{
  "name": "Shippified — reseller order operations cockpit",
  "short_name": "Shippified",
  "description": "Capture cooks from Discord monitors and retail order emails, track shipments through carrier APIs, see real per-cook profitability.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#03060f",
  "theme_color": "#03060f",
  "lang": "en-US",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    { "src": "/logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "Jump straight to the orders table.",
      "url": "/orders",
      "icons": [{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Email-intake audit log.",
      "url": "/inbox",
      "icons": [{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Dashboard with stats and recent activity.",
      "url": "/home",
      "icons": [{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
