{
  "name": "BidSync AI - Construction Management",
  "short_name": "BidSync",
  "description": "AI-powered construction project and bid management platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#e74c3c",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Create Bid",
      "short_name": "New Bid",
      "description": "Quickly create a new construction bid",
      "url": "/BidBoard?action=new"
    },
    {
      "name": "View Projects",
      "short_name": "Projects",
      "description": "View all active construction projects",
      "url": "/ProjectManagement"
    }
  ]
}
