{
  "name": "RiderAlert",
  "short_name": "RiderAlert",
  "description": "AI-powered Congressional bill analysis. Know what's really in every bill.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#08090C",
  "theme_color": "#08090C",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["news", "politics", "government"],
  "screenshots": [],
  "share_target": {
    "action": "/analyze",
    "method": "GET",
    "params": {
      "text": "text"
    }
  }
}
