1234567891011121314151617181920 |
- {
- "name": "Zakee's Planet",
- "short_name": "Zakee's Planet",
- "icons": [
- {
- "src": "/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/android-chrome-256x256.png",
- "sizes": "256x256",
- "type": "image/png"
- }
- ],
- "theme_color": "#54bab9",
- "background_color": "#defdfa",
- "start_url": "https://zak.ee",
- "display": "standalone"
- }
|