{
  "name": "BuildFlow AI",
  "short_name": "BuildFlow",
  "description": "Post your renovation project and receive quotes from trusted local contractors.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050b18",
  "theme_color": "#050b18",
  "scope": "/",
  "lang": "en-CA",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Post a Project",
      "short_name": "Post Project",
      "description": "Submit a new renovation project",
      "url": "/post-project",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contractor Dashboard",
      "short_name": "Dashboard",
      "description": "View your contractor dashboard",
      "url": "/dashboard/contractor",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
