{
  "name": "Tangsley — Smart Inventory",
  "short_name": "Tangsley",
  "description": "Smart inventory management for small business",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0f1a",
  "theme_color": "#00c896",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%230a1628'/><polygon points='96,12 168,52 168,140 96,180 24,140 24,52' fill='none' stroke='%2300c896' stroke-width='12'/><text x='96' y='128' text-anchor='middle' font-family='Arial' font-weight='700' font-size='88' fill='%2300c896'>T</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%230a1628'/><polygon points='256,32 448,138 448,374 256,480 64,374 64,138' fill='none' stroke='%2300c896' stroke-width='28'/><text x='256' y='338' text-anchor='middle' font-family='Arial' font-weight='700' font-size='230' fill='%2300c896'>T</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    { "name": "Dashboard", "url": "/dashboard", "description": "View inventory overview" },
    { "name": "Products",  "url": "/products",  "description": "Manage stock levels"     },
    { "name": "Alerts",    "url": "/products?filter=low", "description": "Low stock alerts" }
  ]
}
