{
  "name": "Daroo — Local Marketplace",
  "short_name": "Daroo",
  "description": "Your local marketplace for buying, selling, and connecting with your community.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Post an ad",
      "short_name": "Post",
      "description": "Post a new listing",
      "url": "/listings/new",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Browse listings",
      "short_name": "Browse",
      "description": "Browse all listings",
      "url": "/categories",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    }
  ]
}
