{
  "name": "Codebreaker \u2014 Daily Coding Puzzle",
  "short_name": "Codebreaker",
  "description": "A free daily word puzzle game for developers. Guess the 5-letter programming term in 6 tries.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": [
    "games",
    "education",
    "productivity"
  ],
  "lang": "en",
  "scope": "/"
}