{
  "name": "LexFlow",
  "short_name": "LexFlow",
  "description": "Lexicon Lore Quotation System",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0f0a",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "New Quotation", "url": "/quotations", "description": "Create a new quotation" },
    { "name": "Projects", "url": "/projects", "description": "View all projects" },
    { "name": "Dashboard", "url": "/dashboard", "description": "Go to dashboard" }
  ]
}
