{
  "name": "Online Minesweeper",
  "short_name": "Minesweeper",
  "description": "Play Minesweeper in your browser with classic difficulty levels, custom boards, daily mode, and local best-time tracking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#016D29",
  "theme_color": "#016D29",
  "lang": "en-US",
  "categories": ["games", "entertainment", "puzzle"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Beginner",
      "url": "/?mode=beginner"
    },
    {
      "name": "Intermediate",
      "url": "/?mode=intermediate"
    },
    {
      "name": "Expert",
      "url": "/?mode=expert"
    }
  ]
}
