{
  "name": "Koinderg Rider Pro",
  "short_name": "Koinderg",
  "description": "Koinderg Dispatch System Pro rider app for accepting jobs, tracking trips, and managing earnings.",
  "start_url": "/rider-app/",
  "display": "standalone",
  "theme_color": "#0B6B48",
  "background_color": "#F4F7F5",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/wp-content/plugins/koinderg-dispatch-system-pro/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wp-content/plugins/koinderg-dispatch-system-pro/icons/icon-192x192.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "navigation", "productivity"],
  "shortcuts": [
    {
      "name": "Available Jobs",
      "short_name": "Jobs",
      "description": "View available delivery jobs",
      "url": "/rider-app/?tab=available",
      "icons": [{ "src": "/wp-content/plugins/koinderg-dispatch-system-pro/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Earnings",
      "short_name": "Earnings",
      "description": "Check rider wallet and payout progress",
      "url": "/rider-app/?tab=earnings",
      "icons": [{ "src": "/wp-content/plugins/koinderg-dispatch-system-pro/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
