manifest.json 513 B

12345678910111213141516
  1. {
  2. "name": "Movie",
  3. "short_name": "Movie",
  4. "description": "Apple TV-style movie & series player",
  5. "icons": [
  6. { "src": "img/pwa/128.png", "sizes": "128x128", "type": "image/png" },
  7. { "src": "img/pwa/192.png", "sizes": "192x192", "type": "image/png" },
  8. { "src": "img/pwa/512.png", "sizes": "512x512", "type": "image/png" }
  9. ],
  10. "start_url": "index.html",
  11. "display": "standalone",
  12. "scope": "./",
  13. "background_color": "#000000",
  14. "theme_color": "#000000",
  15. "orientation": "any"
  16. }