site.webmanifest 583 B

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