{
  "name": "VedX Business Suite",
  "short_name": "VedX",
  "description": "AI Tools For Modern Local Businesses — BUILD. LAUNCH. SCALE.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#8B004A",
  "background_color": "#0a0008",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Bookings",
      "url": "/dashboard/bookings",
      "description": "View and manage bookings"
    },
    {
      "name": "Analytics",
      "url": "/dashboard/analytics",
      "description": "View business analytics"
    },
    {
      "name": "Marketing",
      "url": "/dashboard/marketing",
      "description": "Create campaigns"
    }
  ]
}
