{
  "name": "ARK ROAM — Walk Adventure",
  "short_name": "ROAM",
  "description": "Walk without purpose. The app creates your adventure.",
  "start_url": "/roam",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a0f",
  "theme_color": "#DFFF00",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ARK ROAM Walking Adventure"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Walking",
      "short_name": "Walk",
      "description": "Begin a new drift walk",
      "url": "/roam",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Drift Journal",
      "short_name": "Journal",
      "description": "View your walk history",
      "url": "/journal",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Stats",
      "short_name": "Stats",
      "description": "View your walking stats",
      "url": "/stats",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["lifestyle", "health", "navigation", "fitness"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false
}
