{
  "name": "Tourpilot",
  "short_name": "Tourpilot",
  "description": "Tour & Travel Management Platform",
  "theme_color": "#ffffff",
  "background_color": "#1677ff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/coverimage.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/coverimage.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/coverimage.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tour Leads",
      "short_name": "Leads",
      "url": "/tour-leads",
      "icons": [{ "src": "/logo.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Quotations",
      "short_name": "Quotes",
      "url": "/tour-quotations",
      "icons": [{ "src": "/logo.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Tour Budgets",
      "short_name": "Budgets",
      "url": "/tour-budgets",
      "icons": [{ "src": "/logo.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
