{
  "name": "BlackjackProApp.com",
  "short_name": "BlackjackProApp",
  "description": "Train with BlackjackProApp.com. Professional card counting drills, simulator, flashcards, and analytics.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e17",
  "theme_color": "#0a0e17",
  "categories": ["games", "education", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "img/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Training",
      "short_name": "Training",
      "description": "Jump directly into training mode",
      "url": "/training.html",
      "icons": [
        {
          "src": "img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your progress and statistics",
      "url": "/dashboard.html",
      "icons": [
        {
          "src": "img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
} 