{
  "name": "TurnGoods",
  "short_name": "TurnGoods",
  "description": "Resale workflow platform \u2014 list anywhere, sell faster",
  "start_url": "/scout",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#059669",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Scout",
      "url": "/scout",
      "description": "Quick inventory capture",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Inventory",
      "url": "/inventory",
      "description": "View inventory",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "TurnGoods AI",
      "url": "/bolo-ai",
      "description": "AI inventory assistant",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}