{
  "name": "VELTRIX AI Business OS",
  "short_name": "VELTRIX",
  "description": "India's #1 AI Business Automation OS — CRM, Invoices, Team, Content & More",
  "start_url": "/modules/owner-dashboard.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#7c3aed",
  "background_color": "#0a0a0f",
  "categories": ["business", "productivity"],
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon.svg",     "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Owner Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Lead",
      "short_name": "Add Lead",
      "description": "Quickly add a new lead",
      "url": "/modules/leads.html?action=add",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Owner Dashboard",
      "short_name": "Dashboard",
      "description": "View owner dashboard",
      "url": "/modules/owner-dashboard.html",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Create Invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/modules/invoice.html?action=new",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Business Health",
      "short_name": "Health",
      "description": "Check business health score",
      "url": "/modules/business-health.html",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/modules/knowledge-base.html",
    "method": "GET",
    "params": { "text": "content", "url": "url", "title": "title" }
  },
  "prefer_related_applications": false
}
