{
  "name": "Footavo — Football management, in your browser",
  "short_name": "Footavo",
  "description": "Take a club, pick the team and watch every Saturday play out on a real three-dimensional pitch. A free football management game — no download, no account, runs in any browser.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#0b1413",
  "theme_color": "#0b1413",
  "categories": [
    "games",
    "sports",
    "entertainment"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Play",
      "short_name": "Play",
      "url": "./"
    },
    {
      "name": "Plans and pricing",
      "short_name": "Plans",
      "url": "./#/pricing"
    }
  ]
}