{
  "name": "Sight Shop Solutions",
  "short_name": "Sight Shop",
  "description": "Retail management system for stock, sales and reporting",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f4f5f7",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Record Sales",
      "url": "/sales",
      "description": "Record today's sales"
    },
    {
      "name": "Inventory",
      "url": "/inventory",
      "description": "View and manage stock"
    },
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Shop overview"
    }
  ]
}
