{
  "name": "2ⁿ — Pow2",
  "short_name": "2ⁿ",
  "description": "Place digits on a 4×4 board to make 16, 32, 64 … 8192. A puzzle about powers of two.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f1f4f6",
  "theme_color": "#0f7b87",
  "categories": [
    "games",
    "puzzle"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}