{
  "name": "FlexQuote",
  "short_name": "FlexQuote",
  "description": "AI Quote Engine for Flexible Packaging Converters",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf7f0",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "en-IN",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/flexquote_logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Quote",
      "short_name": "New Quote",
      "description": "Start a new quote",
      "url": "/?action=new-quote"
    }
  ]
}
