This commit is contained in:
morten-olsen
2022-05-07 10:35:24 +00:00
parent 1a2dd904a5
commit b498a19eeb
40 changed files with 211 additions and 0 deletions

26
manifest.json Normal file
View File

@@ -0,0 +1,26 @@
{
"background_color": "#ffffff",
"display": "standalone",
"lang": "en",
"name": "bob",
"short_name": "bob",
"start_url": "/?utm_source=web_app_manifest",
"orientation": "portrait",
"icons": [
{
"src": "/pwa/chrome-icon/chrome-icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/pwa/chrome-icon/chrome-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/pwa/chrome-icon/chrome-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}