{
  "name": "Pharaoh Sudoku",
  "short_name": "Pharaoh",
  "description": "Unlock the Puzzle. Train Your Mind. Rule the Grid. Egyptian-themed Sudoku by Pharaohs Pride USA.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1126",
  "theme_color": "#0b1126",
  "icons": [
    {
      "src": "/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/",
  "lang": "en-US",
  "categories": [
    "games",
    "puzzle",
    "education"
  ],
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui"
  ],
  "shortcuts": [
    {
      "name": "Daily Puzzle",
      "short_name": "Daily",
      "url": "/?puzzle=daily"
    }
  ]
}