{
  "name": "PremiumBid",
  "short_name": "PremiumBid",
  "description": "AI-powered RFQ response generation for AEC firms. Generate a complete SOQ in 90 minutes.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f13",
  "theme_color": "#c9a96e",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate SOQ",
      "short_name": "New SOQ",
      "description": "Start a new RFQ analysis",
      "url": "/app",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Free SOQ Audit",
      "short_name": "Audit",
      "description": "Audit your existing SOQ",
      "url": "/audit",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
