manifest.json 276 B

123456789101112131415
  1. {
  2. "short_name": "Kitchen",
  3. "name": "Kitchen",
  4. "icons": [
  5. {
  6. "src": "_032_TVH_icon.ico",
  7. "sizes": "32x32 16x16",
  8. "type": "image/x-icon"
  9. }
  10. ],
  11. "start_url": ".",
  12. "display": "standalone",
  13. "theme_color": "#fff",
  14. "background_color": "#000"
  15. }