app/public/manifest.json

28 lines
587 B
JSON

{
"short_name": "Study Card Tool",
"name": "Study Card Tool",
"description": "Practice vocabulary through repetition with study cards",
"icons": [
{
"src": "favicon.ico",
"sizes": "256x256",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#2f4f4f",
"background_color": "#e6e6fa"
}