{
  "name": "OrbiFlow — Run Your Business on WhatsApp",
  "short_name": "OrbiFlow",
  "description": "GST billing, inventory, online store and accounting — with WhatsApp ordering built in",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "any",
  "scope": "/",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/icons/favicon-64x64.png", "sizes": "64x64", "type": "image/png", "purpose": "any" },
    { "src": "/icons/favicon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/mstile-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sale",
      "url": "/sales?action=new",
      "icons": [{ "src": "/icons/favicon-64x64.png", "sizes": "64x64" }]
    },
    {
      "name": "Parties",
      "url": "/parties",
      "icons": [{ "src": "/icons/favicon-64x64.png", "sizes": "64x64" }]
    },
    {
      "name": "Reports",
      "url": "/reports",
      "icons": [{ "src": "/icons/favicon-64x64.png", "sizes": "64x64" }]
    }
  ]
}
