wordRotator/public/js/manifest.json
2018-10-06 17:17:38 +02:00

20 lines
491 B
JSON
Executable File

{
"name": "WordRotator",
"short_name":"WordRotator",
"icons": [
{
"src": "../img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "../img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"start_url":"/"
}