{
  "name": "SlotDrop — Casino Strategy Tools & Trainers",
  "short_name": "SlotDrop",
  "description": "Free blackjack, poker and roulette strategy tools. Practice modes, daily challenges, XP and levels.",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060d14",
  "theme_color": "#060d14",
  "categories": [
    "games",
    "education",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Blackjack Challenge",
      "url": "/blackjack.html?daily=1",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Poker Equity Trainer",
      "url": "/poker.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}