{
  "name": "GameOS",
  "short_name": "GameOS",
  "description": "Instant sports gaming platform - Football, Cricket, Tennis in seconds",
  "start_url": "./",
  "display": "fullscreen",
  "background_color": "#0B0D10",
  "theme_color": "#0B0D10",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Football",
      "short_name": "Football",
      "description": "Instant 10-chance football attacking game",
      "url": "football.html",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Play Cricket",
      "short_name": "Cricket",
      "description": "10-ball batting blitz",
      "url": "cricket.html",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Play Tennis",
      "short_name": "Tennis",
      "description": "Fast-paced rally showdown",
      "url": "tennis.html",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "display_override": [
    "fullscreen",
    "standalone"
  ]
}