{
  "name": "Hero ERP",
  "short_name": "Hero ERP",
  "description": "Autonomous AI front office for metal fabrication shops — instant quoting, repeat orders, production scheduling, shipping.",
  "start_url": "/demo",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "any",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Quote",
      "short_name": "Quote",
      "description": "Start a new RFQ quote",
      "url": "/quote",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Repeat Order",
      "short_name": "Re-Quote",
      "description": "Duplicate a previous quote instantly",
      "url": "/quote?mode=repeat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View production schedule",
      "url": "/schedule",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
