Web-based Winamp controller for CarPC � Go backend, mobile-first UI
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
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. }