{
  "name": "Overkore Music",
  "short_name": "Overkore",
  "description": "Your music. Your player. No algorithms. No ads.",
  "start_url": "/player/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#FFD700",
  "orientation": "any",
  "scope": "/player/",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Now Playing",
      "short_name": "Now Playing",
      "description": "Jump to currently playing track",
      "url": "/player/?view=now-playing",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Add Music",
      "short_name": "Add Music",
      "description": "Add tracks to your library",
      "url": "/player/?action=add",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
