{
  "name": "MB Store AI",
  "short_name": "MB Store",
  "description": "Inventory, POS & invoices for African businesses. Works offline.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7fbf6",
  "theme_color": "#064e3b",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "POS", "short_name": "POS", "url": "/pos", "description": "Open the till" },
    { "name": "Inventory", "short_name": "Stock", "url": "/inventory" },
    { "name": "New invoice", "short_name": "Invoice", "url": "/invoices/new" }
  ]
}
