{
  "name": "Grid Rummy – Card Strategy Game",
  "short_name": "Grid Rummy",
  "description": "A fast-paced card placement strategy game. Build your best 5-card hands in a grid, outscore your opponents, and claim bonus combos. Play solo against CPU or with friends!",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#081428",
  "theme_color": "#081428",
  "lang": "en",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "Play",
      "description": "Start a new Grid Rummy game",
      "url": "./index.html",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
