{
  "name": "RandBax - Local Errand Service Platform",
  "short_name": "RandBax",
  "description": "RandBax is a revolutionary platform connecting users with local service providers to tackle daily errands efficiently.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle", "business"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Post a Task",
      "short_name": "Post Task",
      "description": "Post a new errand or task",
      "url": "/post-task?source=pwa",
      "icons": [
        {
          "src": "/shortcut-post-task.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Become a Runner",
      "short_name": "Runner",
      "description": "Start earning as a local runner",
      "url": "/become-runner?source=pwa",
      "icons": [
        {
          "src": "/shortcut-become-runner.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "id": "/?randbax-pwa"
}
