123456789101112131415161718 |
- {
- "name": "Freifunk",
- "icons": [
- {
- "src": "/icons/android-chrome-192x192.png?v=2",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/icons/android-chrome-512x512.png?v=2",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "theme_color": "#dc0067",
- "background_color": "#dc0067",
- "display": "standalone"
- }
|