{
  "name": "The Grid",
  "short_name": "The Grid",
  "description": "Comprehensive multi-store shop management system for South African retail operations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8B4513",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/grid-logo.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/grid-logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "POS Checkout",
      "short_name": "POS",
      "description": "Quick access to Point of Sale",
      "url": "/business/pos",
      "icons": [{ "src": "/grid-logo.jpeg", "sizes": "192x192" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage product inventory",
      "url": "/business/inventory",
      "icons": [{ "src": "/grid-logo.jpeg", "sizes": "192x192" }]
    }
  ]
}
