{
  "id": "https://peteflix.de/",
  "name": "PeteFlix",
  "short_name": "PeteFlix",
  "description": "Launch PeteFlix services: Watch, Request, and Speedtest.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "minimal-ui",
  "background_color": "#0b0b0b",
  "theme_color": "#0b0b0b",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://watch.peteflix.de"
    },
    {
      "type": "origin",
      "origin": "https://request.peteflix.de"
    }
  ],
  "shortcuts": [
    {
      "name": "Watch",
      "short_name": "Watch",
      "description": "Open Jellyfin",
      "url": "https://watch.peteflix.de/",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Request",
      "short_name": "Request",
      "description": "Open Seerr",
      "url": "https://request.peteflix.de/",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
