{
  "name": "AA Texas Translator & Meeting Guide",
  "short_name": "AA Texas",
  "description": "Real-time Spanish-English translation and AA meeting finder for Texas",
  "start_url": "/agent/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a0530",
  "theme_color": "#667eea",
  "orientation": "natural",
  "icons": [
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Agent Dashboard",
      "short_name": "Agent",
      "description": "Browser calling, contacts, and text messaging",
      "url": "/agent",
      "icons": [{ "src": "/static/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Meeting Guide",
      "short_name": "Meetings",
      "description": "Find AA meetings near you",
      "url": "/",
      "icons": [{ "src": "/static/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Configure the translation service",
      "url": "/settings",
      "icons": [{ "src": "/static/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["utilities", "productivity"]
}
