{
  "name": "Yay-Tsa",
  "short_name": "Yay-Tsa",
  "id": "/?app=yaytsa",
  "description": "Self-hosted music streaming PWA for your personal media server",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#121110",
  "theme_color": "#121110",
  "lang": "en",
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Search",
      "url": "/search",
      "icons": [{ "src": "/icons/yaytsa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Favorites",
      "url": "/favorites",
      "icons": [{ "src": "/icons/yaytsa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Downloads",
      "url": "/offline",
      "icons": [{ "src": "/icons/yaytsa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/yaytsa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/yaytsa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/yaytsa-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
