{
  "name": "AUTHR - Narrative Intelligence Platform",
  "short_name": "AUTHR",
  "description": "Monitor social media narratives, detect emerging threats, and understand community dynamics with AI-powered insights.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B0B0C",
  "theme_color": "#FF3B2F",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "48x48",
      "type": "image/svg+xml"
    },
    {
      "src": "/AUTHR.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "social", "analytics", "tools"],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "Project",
      "description": "Create a new monitoring project",
      "url": "/?action=new",
      "icons": [{ "src": "/AUTHR.png", "sizes": "512x512" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View narrative dashboard",
      "url": "/?action=dashboard",
      "icons": [{ "src": "/AUTHR.png", "sizes": "512x512" }]
    }
  ]
}
