{
  "name": "JiraniRun",
  "short_name": "JiraniRun",
  "description": "Hyper-local fitness tracking for your neighbourhood. Track runs, join challenges, and connect with runners near you in Nairobi.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#00E676",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["fitness", "health", "sports"],
  "screenshots": [],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a Run",
      "short_name": "Run",
      "description": "Start tracking a new activity",
      "url": "/?shortcut=track",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Activities",
      "short_name": "Activities",
      "description": "View your activity history",
      "url": "/?shortcut=activities",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
