{
  "name": "Dottr of IQ",
  "short_name": "Dottr of IQ",
  "description": "AI-powered content synthesis for thought leadership and medical education",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "education", "business", "medical"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Analysis",
      "short_name": "New",
      "description": "Create a new content analysis",
      "url": "/",
      "icons": []
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "View your analysis library",
      "url": "/library",
      "icons": []
    },
    {
      "name": "Developer Portal",
      "short_name": "API",
      "description": "Access the API documentation",
      "url": "/developers",
      "icons": []
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
