manifest.webmanifest 418 B

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