{
  "name": "VOID Player",
  "short_name": "VOID",
  "description": "Privacy-focused, offline-first music player with cyberpunk aesthetics. Supports MP3, FLAC, WAV, AAC, OGG, OPUS and more.",
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Player",
      "url": "/#/player",
      "description": "Go directly to the music player"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VOID Player — Desktop Home"
    },
    {
      "src": "/screenshots/player-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VOID Player — Desktop Player"
    }
  ]
}
