Progressive Web App
This commit is contained in:
20
www/manifest.json
Normal file
20
www/manifest.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Webcam des MSV Bühl-Moos e.V.",
|
||||
"short_name": "MSV Webcam",
|
||||
"start_url": "./index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#0d1117",
|
||||
"theme_color": "#0d1117",
|
||||
"icons": [
|
||||
{
|
||||
"src": "data/icon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "data/icon.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user