manifest.json 574 B

1234567891011121314151617181920212223
  1. {
  2. "name": "kTvManager",
  3. "short_name": "kTv",
  4. "start_url": "/",
  5. "scope": "/",
  6. "display": "standalone",
  7. "theme_color": "#317EFB",
  8. "background_color": "#317EFB",
  9. "icons": [
  10. {
  11. "src": "/static/web-app-manifest-192x192.png",
  12. "sizes": "192x192",
  13. "type": "image/png",
  14. "purpose": "any maskable"
  15. },
  16. {
  17. "src": "static/web-app-manifest-512x512.png",
  18. "sizes": "512x512",
  19. "type": "image/png",
  20. "purpose": "any maskable"
  21. }
  22. ]
  23. }