{
  "name": "Dash Through - Fast Reflex Action Game",
  "short_name": "Dash Through",
  "description": "One-button neon reflex game: dash through lasers, blades and closing walls. Near misses, combos and a global leaderboard.",
  "id": "./",
  "start_url": "./?utm_source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#05060f",
  "theme_color": "#070817",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "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/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Jump straight into a new run",
      "url": "./?action=play&utm_source=pwa-shortcut",
      "icons": [{ "src": "assets/icons/shortcut-play.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "See today's and all-time top scores",
      "url": "./?action=leaderboard&utm_source=pwa-shortcut",
      "icons": [{ "src": "assets/icons/shortcut-trophy.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
