{
  "name": "Path Finder - Game CMB",
  "short_name": "Path Finder",
  "description": "Find the shortest path. Beat your best. A free procedural maze puzzle from Game CMB.",
  "start_url": "./?utm_source=pwa",
  "id": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#05070f",
  "theme_color": "#05070f",
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "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 Daily Challenge maze",
      "url": "./?mode=daily",
      "icons": [{ "src": "assets/icons/shortcut-daily.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "View the global Path Finder leaderboard",
      "url": "./?view=leaderboard",
      "icons": [{ "src": "assets/icons/shortcut-leaderboard.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
