{
  "name": "Agora",
  "short_name": "Agora",
  "description": "Follow topics, not communities. Intelligent aggregation of Bluesky content powered by in-browser AI.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b1120",
  "theme_color": "#0284c7",
  "categories": ["social", "news", "productivity"],
  "lang": "en",
  "icons": [
    { "src": "/icon-48x48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
    { "src": "/icon-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-256x256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "Explore Topics",
      "short_name": "Explore",
      "description": "Browse topics and trending discussions",
      "url": "/topics?utm_source=pwa-shortcut"
    },
    {
      "name": "Create Post",
      "short_name": "Create",
      "description": "Write a new post",
      "url": "/post?utm_source=pwa-shortcut"
    },
    {
      "name": "Moderation",
      "short_name": "Moderation",
      "description": "Manage moderation rules and LLM settings",
      "url": "/settings?utm_source=pwa-shortcut"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
