{
  "name": "Inventory Manager",
  "short_name": "Inventory",
  "description": "Multi-company inventory tracking app",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FAF5FF",
  "theme_color": "#7C3AED",
  "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": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Trading Cards",
      "url": "/trading-card/inventory",
      "description": "View trading card inventory"
    },
    {
      "name": "Stationary",
      "url": "/stationary/inventory",
      "description": "View stationary inventory"
    },
    {
      "name": "Sofa Accessories",
      "url": "/sofa-accessories/inventory",
      "description": "View sofa accessories inventory"
    }
  ]
}
