{
  "name": "DealHound Vendor Dashboard",
  "short_name": "DealHound Vendor",
  "description": "Manage your business promotions, inventory, and customer requests on the go.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e293b",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/dealhound-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/dealhound-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Promotion",
      "short_name": "New Promo",
      "description": "Create a new promotion for your business",
      "url": "/promotions/create",
      "icons": [
        {
          "src": "/dealhound-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Requests",
      "short_name": "Requests",
      "description": "View customer requests and redemptions",
      "url": "/requests",
      "icons": [
        {
          "src": "/dealhound-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "View customer conversations",
      "url": "/conversations",
      "icons": [
        {
          "src": "/dealhound-icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "related_applications": []
}
