{
  "name": "BeyondFill - Document Processing Platform",
  "short_name": "BeyondFill",
  "description": "AI-powered document processing and automation platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5B5CE7",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["productivity", "business", "utilities"],
  "screenshots": [],
  "icons": [],
  "shortcuts": [
    {
      "name": "Upload Document",
      "short_name": "Upload", 
      "description": "Quickly upload a new document",
      "url": "/documents?action=upload"
    },
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "View analytics and recent activity", 
      "url": "/dashboard"
    },
    {
      "name": "Processing Queue",
      "short_name": "Queue",
      "description": "Check document processing status",
      "url": "/submissions"
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "View recent notifications and alerts",
      "url": "/notifications"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}