{
  "name": "Easy Keep",
  "short_name": "Easy Keep",
  "description": "Inventory & POS for modern retailers — runs on your phone or PC.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2563eb",
  "background_color": "#0f172a",
  "categories": ["business", "productivity", "shopping"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Billing",
      "short_name": "Bill",
      "url": "/inventory/billing",
      "description": "Open the POS billing screen"
    },
    {
      "name": "Dashboard",
      "short_name": "Stats",
      "url": "/inventory/dashboard",
      "description": "See today's sales"
    }
  ]
}
