{
  "name": "SARI — Sales · Accounting · Retail · Inventory",
  "short_name": "SARI",
  "description": "Run your shop. Sell. Track. Grow.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FDFBF7",
  "theme_color": "#191919",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "POS", "short_name": "POS", "url": "/pos" },
    { "name": "New Invoice", "url": "/invoices/new" },
    { "name": "Dashboard", "url": "/dashboard" }
  ],
  "categories": ["business", "productivity", "finance"]
}
