site.webmanifest 454 B

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