{
  "name": "n0chanc3 - Image Puzzle Game",
  "short_name": "n0chanc3",
  "description": "A visually engaging word puzzle game. Solve unique image-based puzzles, unlock new levels, and join our community!",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/app_icon_light.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#5865F2",
  "background_color": "#181d23",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["games", "entertainment"]
} 