First commit

This commit is contained in:
2026-03-16 23:54:36 +01:00 Verified
commit be129af1d9
53 changed files with 49704 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"id": "/",
"name": "Naturvärdarna Kullaberg",
"short_name": "Naturvärdarna",
"description": "Intern app för naturvärdarna på Kullaberg",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#5e6545",
"theme_color": "#5e6545",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}