{
  "name": "GRAJ Protocol",
  "short_name": "GRAJ",
  "description": "The world open commerce protocol. Built in Detroit.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#461D7C",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": [
    "business",
    "finance",
    "shopping"
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to your dashboard"
    },
    {
      "name": "Catalog",
      "url": "/catalog",
      "description": "Browse wholesale catalog"
    },
    {
      "name": "Agents",
      "url": "/agents",
      "description": "Talk to AI agents"
    }
  ]
}