{
  "name": "P4D Inventory",
  "short_name": "P4D",
  "description": "AI-powered auto parts inventory management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f6f7f3",
  "theme_color": "#B7FF00",
  "orientation": "any",
  "icons": [
    {
      "src": "/api/v1/brand/logo",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/api/v1/brand/logo",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "description": "Open point of sale",
      "url": "#/pos"
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Manage products",
      "url": "#/products"
    },
    {
      "name": "Sales",
      "short_name": "Sales",
      "description": "View sales history",
      "url": "#/sales"
    }
  ]
}