{
  "name": "TavlaStar - Online Backgammon",
  "short_name": "TavlaStar",
  "description": "The best online backgammon platform with AI",
  "theme_color": "#1976d2",
  "background_color": "#000000",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/logo/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play vs AI",
      "short_name": "AI Game",
      "description": "Start a new game against AI",
      "url": "/game/ai",
      "icons": [
        {
          "src": "/logo/light-mode.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View stats and settings",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/logo/light-mode.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["games", "entertainment", "social"],
  "related_applications": [],
  "prefer_related_applications": false
}
