| 1234567891011121314151617181920 |
- {
- "name": "LibreSpeed",
- "short_name": "LibreSpeed",
- "start_url": "./",
- "display": "standalone",
- "background_color": "#000000",
- "theme_color": "#000000",
- "icons": [
- {
- "src": "images/icon-192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "images/icon-512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ]
- }
|