{
  "id": "coglings-living-town",
  "name": "Coglings — The Living Town",
  "short_name": "Coglings",
  "description": "A valley of AI citizens living real lives on WAX. Adopt one, guide it, watch the town grow — or step inside and walk among them in VR.",
  "start_url": "dashboard",
  "scope": ".",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "categories": [
    "games",
    "entertainment"
  ],
  "background_color": "#DFEBD9",
  "theme_color": "#1E2430",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Roam the Wide World",
      "short_name": "Roam",
      "url": "walk.php",
      "description": "Take your cogling foraging in the real world"
    },
    {
      "name": "Walk the town in VR",
      "short_name": "VR",
      "url": "town3d.php?vr=1",
      "description": "Step into the valley on a Meta Quest or any WebXR headset"
    },
    {
      "name": "The 3D town",
      "short_name": "Town",
      "url": "town3d.php"
    },
    {
      "name": "My dashboard",
      "short_name": "Dashboard",
      "url": "dashboard"
    }
  ]
}