{
  "name": "GhostWriters",
  "short_name": "GhostWriters",
  "description": "Draft, humanize, rewrite, and check AI-assisted text in one reviewable workspace.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "64x64 128x128 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "icons": [{"src": "/icon.svg", "sizes": "64x64 128x128 512x512", "type": "image/svg+xml"}]
    },
    {
      "name": "Human-Level Writing",
      "url": "/dashboard/human-level-writing",
      "icons": [{"src": "/icon.svg", "sizes": "64x64 128x128 512x512", "type": "image/svg+xml"}]
    },
    {
      "name": "AI Detector",
      "url": "/dashboard/ai-detector",
      "icons": [{"src": "/icon.svg", "sizes": "64x64 128x128 512x512", "type": "image/svg+xml"}]
    }
  ]
}
