Web-based Winamp controller for CarPC � Go backend, mobile-first UI
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
342B

  1. {
  2. "name": "roadamp",
  3. "short_name": "roadamp",
  4. "description": "Winamp remote control",
  5. "start_url": "/",
  6. "display": "standalone",
  7. "background_color": "#1a1a2e",
  8. "theme_color": "#1a1a2e",
  9. "icons": [
  10. {
  11. "src": "/icon.svg",
  12. "sizes": "any",
  13. "type": "image/svg+xml",
  14. "purpose": "any maskable"
  15. }
  16. ]
  17. }