{
  "name": "Manuscript Analyzer",
  "short_name": "Manuscript",
  "description": "Analyze your manuscript with AI-powered 7-pass LLM pipeline. Get comprehensive character analysis, plot tracking, and color-coded Excel workbooks.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#f59e0b",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23f59e0b' width='192' height='192'/><text x='50%' y='50%' font-size='80' font-weight='bold' fill='white' text-anchor='middle' dominant-baseline='central'>MA</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23f59e0b' width='512' height='512'/><text x='50%' y='50%' font-size='200' font-weight='bold' fill='white' text-anchor='middle' dominant-baseline='central'>MA</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Upload Manuscript",
      "short_name": "Upload",
      "description": "Quickly upload a new manuscript for analysis",
      "url": "/upload"
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View your analysis history",
      "url": "/history"
    }
  ]
}
