|
|
@@ -0,0 +1,38 @@
|
|
|
+{
|
|
|
+ "name": "PackIt",
|
|
|
+ "short_name": "PackIt",
|
|
|
+ "description": "Smart packing list generator for outdoor activities.",
|
|
|
+ "start_url": "/index.php",
|
|
|
+ "scope": "/",
|
|
|
+ "display": "standalone",
|
|
|
+ "orientation": "portrait",
|
|
|
+ "background_color": "#0f1117",
|
|
|
+ "theme_color": "#e8c547",
|
|
|
+ "lang": "en",
|
|
|
+ "icons": [
|
|
|
+ {
|
|
|
+ "src": "/img/icon-192.png",
|
|
|
+ "sizes": "192x192",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "any"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "/img/icon-512.png",
|
|
|
+ "sizes": "512x512",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "any"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "/img/icon-192-maskable.png",
|
|
|
+ "sizes": "192x192",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "maskable"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "/img/icon-512-maskable.png",
|
|
|
+ "sizes": "512x512",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "maskable"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|