manifest.json 390 B

1234567891011121314151617181920
  1. {
  2. "name": "船舶管理系统",
  3. "short_name": "Winsea",
  4. "icons": [
  5. {
  6. "src": "/img/logo.ico",
  7. "type": "image/x-icon",
  8. "sizes": "16x16"
  9. },
  10. {
  11. "src": "/img/logo.ico",
  12. "type": "image/x-icon",
  13. "sizes": "144x144"
  14. }
  15. ],
  16. "start_url": "/index.html",
  17. "display": "standalone",
  18. "background_color": "#000000",
  19. "theme_color": "#4DBA87"
  20. }