{
  "name": "Royal Chess",
  "short_name": "Royal Chess",
  "description": "Royal Chess - Grand Tournament Series",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050b16",
  "theme_color": "#050b16",
  "lang": "en",
  "dir": "ltr",
  "id": "/",
  "categories": [
    "games",
    "entertainment",
    "strategy"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "New Game",
      "description": "Start a fresh match",
      "url": "/?action=newgame",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chess Puzzles",
      "short_name": "Puzzles",
      "description": "Solve tactic puzzles",
      "url": "/?action=puzzles",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
