{
  "name": "Musik Player",
  "short_name": "Musik",
  "description": "Dein persönlicher YouTube-Musik-Player",
  "start_url": "/musik/",
  "scope": "/musik/",
  "display": "standalone",
  "background_color": "#f4f6fb",
  "theme_color": "#6c3ce1",
  "orientation": "any",
  "icons": [
    {
      "src": "/musik/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/musik/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Player öffnen",
      "url": "/musik/",
      "description": "Musik abspielen"
    }
  ],
  "categories": ["music", "entertainment"]
}
