{
  "name": "Accgo - Accounting & Billing",
  "short_name": "Accgo",
  "description": "World-class SaaS Accounting & Billing Software. GST-ready, Mobile-first.",
  "start_url": "./dashboard.html",
  "scope": "./",
  "id": "./dashboard.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New Invoice", "url": "/invoice-create.html", "description": "Create a new invoice" },
    { "name": "Dashboard", "url": "/dashboard.html", "description": "View dashboard" },
    { "name": "Customers", "url": "/customers.html", "description": "Manage customers" },
    { "name": "POS Billing", "url": "/billing.html", "description": "Quick POS billing" },
    { "name": "Reports", "url": "/reports.html", "description": "View reports" }
  ],
  "prefer_related_applications": false
}
