{
  "id": "/",
  "name": "MindSharp — Memory Game",
  "short_name": "MindSharp",
  "description": "Train your memory and focus with MindSharp tile-matching game!",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#2b1a10",
  "theme_color": "#2b1a10",
  "orientation": "portrait",
  "scope": "./",
  "lang": "en",
  "categories": ["games", "education"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play Classic",
      "short_name": "Classic",
      "description": "Start a Classic game (32 tiles)",
      "url": "./index.html?mode=8x4"
    },
    {
      "name": "High Scores",
      "short_name": "Scores",
      "description": "View the leaderboard",
      "url": "./index.html?screen=scores"
    }
  ]
}
