{
  "id": "/dashboard/",
  "name": "Lotto Matrix",
  "short_name": "Lotto Matrix",
  "description": "Non-predictive lottery matrix dashboard for historical draw patterns, training, and draw-night visualization.",
  "start_url": "/dashboard/index.html",
  "scope": "/dashboard/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f8fb",
  "theme_color": "#f6f8fb",
  "categories": ["entertainment", "utilities"],
  "shortcuts": [
    {
      "name": "Training",
      "short_name": "Training",
      "description": "Practice against historical matrix snapshots.",
      "url": "/dashboard/training.html",
      "icons": [{ "src": "/dashboard/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Draw Night",
      "short_name": "Draw Night",
      "description": "Open the draw-night visualizer.",
      "url": "/dashboard/draw-night.html",
      "icons": [{ "src": "/dashboard/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/dashboard/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dashboard/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dashboard/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
