Files
wgenerator/src/manifest.webmanifest
2020-05-13 19:35:21 +02:00

17 lines
354 B
JSON

{
"name": "Worship Generator",
"short_name": "wgenerator",
"theme_color": "#4286f4",
"background_color": "#222",
"display": "standalone",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}