{
  "name": "DocViz",
  "short_name": "DocViz",
  "description": "Analyze and visualize document structure with AI",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e140f",
  "theme_color": "#41f5a0",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Analysis",
      "short_name": "Analyze",
      "description": "Upload and analyze a document",
      "url": "/?action=new"
    }
  ]
}
