manifest.webmanifest 483 B

1234567891011121314151617181920
  1. {
  2. "name": "RunForge - 智能校园乐跑平台",
  3. "short_name": "RunForge",
  4. "description": "RunForge 智能校园乐跑平台",
  5. "lang": "zh-CN",
  6. "start_url": "/",
  7. "scope": "/",
  8. "display": "standalone",
  9. "display_override": ["window-controls-overlay", "standalone"],
  10. "background_color": "#ffffff",
  11. "theme_color": "#ffffff",
  12. "icons": [
  13. {
  14. "src": "/logo.svg",
  15. "sizes": "any",
  16. "type": "image/svg+xml",
  17. "purpose": "any maskable"
  18. }
  19. ]
  20. }