| 12345678910111213141516 |
- {
- "name": "Movie",
- "short_name": "Movie",
- "description": "Apple TV-style movie & series player",
- "icons": [
- { "src": "img/pwa/128.png", "sizes": "128x128", "type": "image/png" },
- { "src": "img/pwa/192.png", "sizes": "192x192", "type": "image/png" },
- { "src": "img/pwa/512.png", "sizes": "512x512", "type": "image/png" }
- ],
- "start_url": "index.html",
- "display": "standalone",
- "scope": "./",
- "background_color": "#000000",
- "theme_color": "#000000",
- "orientation": "any"
- }
|