manifest.json 562 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "Junma Show",
  3. "short_name": "Junma",
  4. "description": "在线视频播放平台",
  5. "start_url": "/?source=pwa",
  6. "scope": "/",
  7. "display": "standalone",
  8. "background_color": "#0f172a",
  9. "theme_color": "#10b981",
  10. "orientation": "portrait-primary",
  11. "icons": [
  12. {
  13. "src": "/icons/icon-192x192.png",
  14. "sizes": "192x192",
  15. "type": "image/png",
  16. "purpose": "any maskable"
  17. },
  18. {
  19. "src": "/icons/icon-512x512.png",
  20. "sizes": "512x512",
  21. "type": "image/png",
  22. "purpose": "any maskable"
  23. }
  24. ]
  25. }