{
  "name": "Deal Engine — Investment Banking AI",
  "short_name": "Deal Engine",
  "description": "Institutional-grade AI-powered investment banking platform. Execute deals from pipeline to post-merger integration with 26 specialized AI assistants.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#0a0f1e",
  "background_color": "#0a0f1e",
  "categories": ["business", "finance", "productivity"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Deal Engine Dashboard"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Deal Engine Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Deal",
      "short_name": "New Deal",
      "description": "Create a new deal in the pipeline",
      "url": "/?action=new-deal",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "description": "View your deal pipeline and kanban board",
      "url": "/",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "description": "Open the AI co-pilot for deal advisory",
      "url": "/?action=ai",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View deal performance analytics and KPIs",
      "url": "/?view=analytics",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "documents",
          "accept": [
            "application/pdf",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            "text/csv",
            "image/*"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/?file-handler",
      "accept": {
        "application/pdf": [".pdf"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [".pptx"],
        "text/csv": [".csv"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+dealengine",
      "url": "/?protocol=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/?action=new-deal"
  },
  "scope_extensions": [
    {
      "origin": "https://*.onhercules.app"
    }
  ],
  "handle_links": "preferred",
  "widgets": [
    {
      "name": "Deal Pipeline Summary",
      "description": "Quick overview of your active deals and pipeline status",
      "tag": "deal-pipeline-widget",
      "ms_ac_template": "widget/pipeline.json",
      "screenshots": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/jpeg",
          "label": "Pipeline widget"
        }
      ],
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ]
}
