{
  "name": "InventoryPro - Small Business Manager",
  "short_name": "InventoryPro",
  "description": "Complete inventory management for small businesses",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f1e",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Add Sale",
      "url": "/?tab=sales",
      "description": "Record a new sale"
    },
    {
      "name": "Add Expense",
      "url": "/?tab=expenses",
      "description": "Record an expense"
    }
  ]
}
