{
  "name": "Ankelu — Tambola &amp; Snake and Ladder",
  "short_name": "Ankelu",
  "description": "Offline Tambola/Housie number caller with voice announcements and no-repeat draws, plus a built-in Snake and Ladder board game. No ads, no login, works fully offline.",
  "start_url": "./index.html",
  "scope": "./",
  "id": "in.digitalcreators.play",
  "display": "standalone",
  "background_color": "#1C1024",
  "theme_color": "#1C1024",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "games",
    "entertainment",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshot-tambola.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tambola / Housie number caller with voice announcements"
    },
    {
      "src": "screenshots/screenshot-snakeladder.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Snake and Ladder board game, 2-4 players"
    }
  ],
  "shortcuts": [
    {
      "name": "Tambola caller",
      "short_name": "Tambola",
      "description": "Jump straight to the Tambola number caller",
      "url": "./index.html?tab=tambola",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Snake and Ladder",
      "short_name": "Snake &amp; Ladder",
      "description": "Jump straight to the Snake and Ladder board game",
      "url": "./index.html?tab=snl",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}