{
  "id": "/",
  "name": "FECOD - Federacion Espanola de Call of Duty",
  "short_name": "FECOD",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0b0f1a",
  "theme_color": "#0b0f1a",
  "lang": "es",
  "dir": "ltr",
  "description": "Plataforma oficial FECOD: competicion, torneos y comunidad Call of Duty.",
  "categories": ["sports", "entertainment", "social"],
  "icons": [
    {
      "src": "/static/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Noticias",
      "short_name": "Noticias",
      "url": "/noticias/",
      "icons": [{ "src": "/static/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Circuito",
      "short_name": "Circuito",
      "url": "/circuito/",
      "icons": [{ "src": "/static/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Battle",
      "short_name": "Battle",
      "url": "/challs/",
      "icons": [{ "src": "/static/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hub Torneos",
      "short_name": "Hub",
      "url": "/circuito/",
      "icons": [{ "src": "/static/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat Torneos Staff",
      "short_name": "Chat Staff",
      "url": "/__staff__/tournaments/chat/",
      "icons": [{ "src": "/static/img/default/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Chat Challs Staff",
      "short_name": "Challs Chat",
      "url": "/__staff__/challs/chat/",
      "icons": [{ "src": "/static/pwa/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
