{
  "name": "Morgan Monitor - Call Monitoring Dashboard",
  "short_name": "Morgan Monitor",
  "description": "Real-time call monitoring dashboard with live transcriptions, sentiment analysis, and call management for Morgan & Morgan law firm.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FAC500",
  "background_color": "#1f2937",
  "lang": "en-US",
  "dir": "ltr",
  
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  
  "screenshots": [
    {
      "src": "/screenshots/desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Call monitoring dashboard with active calls and transcriptions"
    },
    {
      "src": "/screenshots/mobile-narrow.png",
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of call monitoring interface"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Active Calls",
      "short_name": "Calls",
      "description": "View currently active calls",
      "url": "/?view=calls",
      "icons": [
        {
          "src": "/icons/shortcut-calls.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Call History",
      "short_name": "History",
      "description": "View call history and transcripts",
      "url": "/?view=history",
      "icons": [
        {
          "src": "/icons/shortcut-history.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  
  "related_applications": [],
  "prefer_related_applications": false,
  
  "protocol_handlers": [
    {
      "protocol": "tel",
      "url": "/?call=%s"
    }
  ],
  
  "edge_side_panel": {
    "preferred_width": 400
  },
  
  "handle_links": "preferred",
  
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  
  "file_handlers": [
    {
      "action": "/handle-transcript",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"]
      }
    }
  ],
  
  "share_target": {
    "action": "/share-transcript",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "transcript",
          "accept": ["text/plain", "application/json"]
        }
      ]
    }
  }
}