{
  "name": "BrickQ — AI Bricklaying Assistant",
  "short_name": "BrickQ",
  "description": "Upload your plans, get the m², set your rate, send the quote. AI-assisted bricklaying estimating for Australian bricklayers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#F97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-AU",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Quotes",
      "short_name": "Quotes",
      "description": "Open your quotes",
      "url": "/"
    }
  ]
}
