{
  "name": "Laser Mirror - Game CMB",
  "short_name": "Laser Mirror",
  "description": "Rotate mirrors, redirect the laser, and hit the target in this fast brain puzzle game.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080b18",
  "theme_color": "#080b18",
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Play today's Laser Mirror Daily Challenge",
      "url": "./index.php?mode=daily",
      "icons": [{ "src": "assets/icons/shortcut-daily.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Play",
      "short_name": "Play",
      "description": "Start a new Laser Mirror Endless run",
      "url": "./index.php?mode=play",
      "icons": [{ "src": "assets/icons/shortcut-play.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
