| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "Dune Weaver",
- "short_name": "Dune Weaver",
- "description": "Control your kinetic sand table",
- "icons": [
- {
- "src": "/static/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png",
- "purpose": "any"
- },
- {
- "src": "/static/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "any"
- },
- {
- "src": "/static/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png",
- "purpose": "maskable"
- },
- {
- "src": "/static/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "maskable"
- }
- ],
- "start_url": "/",
- "scope": "/",
- "display": "standalone",
- "orientation": "any",
- "theme_color": "#0a0a0a",
- "background_color": "#0a0a0a",
- "categories": ["utilities", "entertainment"]
- }
|