1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "ZipConnect",
- "short_name": "ZipConnect",
- "icons": [
- {
- "src": "./content/images/hipster192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "./content/images/hipster256.png",
- "sizes": "256x256",
- "type": "image/png"
- },
- {
- "src": "./content/images/hipster384.png",
- "sizes": "384x384",
- "type": "image/png"
- },
- {
- "src": "./content/images/hipster512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "theme_color": "#000000",
- "background_color": "#e0e0e0",
- "start_url": "/index.html",
- "display": "standalone",
- "orientation": "portrait"
- }
|