{
  "name": "Woubo Courier - Delivery Partner App",
  "short_name": "Woubo Courier",
  "description": "Earn money delivering food with Woubo. Accept orders, navigate routes, and track your earnings in real-time.",
  "start_url": "/orders",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/courier-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/courier-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/courier-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "navigation"],
  "lang": "da-DK",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Courier dashboard on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View available orders",
      "url": "/courier-home",
      "icons": [{ "src": "/courier-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Earnings",
      "short_name": "Earnings",
      "description": "Track your earnings",
      "url": "/courier-earnings",
      "icons": [{ "src": "/courier-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Manage your courier settings",
      "url": "/courier-settings",
      "icons": [{ "src": "/courier-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "features": [
    "geolocation",
    "vibration",
    "push-notifications",
    "background-sync"
  ],
  "permissions": [
    "geolocation",
    "vibrate",
    "notifications"
  ],
  "related_applications": [],
  "iarc_rating_id": "",
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  }
}
