{
  "name": "Varnitronics",
  "short_name": "Varnitronics",
  "description": "Varnitronics CRM — leads, quotations, orders",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1e3a8a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "Log Activity", "short_name": "Activity", "url": "/dashboard/activities/new", "description": "Log a new sales activity" },
    { "name": "New Customer", "short_name": "Customer", "url": "/dashboard/customers/new", "description": "Add a new customer" },
    { "name": "New Quotation", "short_name": "Quotation", "url": "/dashboard/quotations/new", "description": "Create a quotation" }
  ]
}
