{
  "name": "StockFlow – Inventory Management",
  "short_name": "StockFlow",
  "description": "Modern PWA Inventory Management System for startups",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b5ed7",
  "background_color": "#0d1b2a",
  "lang": "en",
  "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='40' fill='%230b5ed7'/><text x='96' y='130' font-size='100' text-anchor='middle' fill='white' font-family='sans-serif' font-weight='bold'>S</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%230b5ed7'/><text x='256' y='340' font-size='280' text-anchor='middle' fill='white' font-family='sans-serif' font-weight='bold'>S</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/#dashboard",
      "description": "View inventory dashboard"
    },
    {
      "name": "New Item",
      "url": "/#inventory",
      "description": "Add a new inventory item"
    }
  ]
}
