{
  "name": "Streammer - IPTV Player",
  "short_name": "Streammer",
  "description": "Reprodutor IPTV progressivo com suporte a M3U, Xtream Codes, EPG, multi-perfis e Chromecast",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0d0d0d",
  "background_color": "#0d0d0d",
  "lang": "pt-PT",
  "dir": "ltr",
  "categories": ["entertainment", "multimedia"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "icons/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Streammer no desktop"
    },
    {
      "src": "screenshots/mobile.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Streammer no telemóvel"
    }
  ],
  "shortcuts": [
    {
      "name": "TV em Direto",
      "short_name": "TV",
      "url": "/index.html#/live",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Filmes",
      "short_name": "Filmes",
      "url": "/index.html#/movies",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Séries",
      "short_name": "Séries",
      "url": "/index.html#/series",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Favoritos",
      "short_name": "Favoritos",
      "url": "/index.html#/favorites",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
