{
  "name": "PlotMarket",
  "short_name": "PlotMarket",
  "description": "Mercado de previsões - Aposte no que você acredita",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B0E11",
  "theme_color": "#8C52FF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "categories": ["finance", "entertainment", "games"],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Página inicial do PlotMarket"
    }
  ],
  "shortcuts": [
    {
      "name": "BBB 26",
      "short_name": "BBB",
      "description": "Mercados do Big Brother Brasil",
      "url": "/?categoria=bbb",
      "icons": [{ "src": "/icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Esports",
      "short_name": "Esports",
      "description": "Mercados de Esports",
      "url": "/?categoria=esports",
      "icons": [{ "src": "/icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Ranking",
      "short_name": "Ranking",
      "description": "Ver ranking de apostadores",
      "url": "/ranking",
      "icons": [{ "src": "/icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
