{
  "short_name": "GTM Tool",
  "name": "GTM Order Management System",
  "id": "/dashboard",
  "description": "Comprehensive B2B ordering and inventory management platform",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0066cc",
  "background_color": "#ffffff",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Place Order",
      "short_name": "Order",
      "description": "Start a new B2B order",
      "url": "/b2b-ordering",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Orders",
      "short_name": "Orders",
      "description": "View order history",
      "url": "/order-management",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
