Lucidchart Diagrams

Lucidchart Diagrams

The easiest way to draw flowcharts, mockups, UML, mind maps and more. Work together in real time with your team and clients.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lucidchart Diagrams",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "api_console_project_id": "7081045131",
  "intents": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.google.drive.ext-type.vsd",
          "application/vnd.google.drive.ext-type.vdx",
          "application/vnd.google.drive.ext-type.vsdx",
          "application/vnd.google.drive.ext-type.vsdm",
          "application/vnd.google.drive.ext-type.gliffy",
          "application/vnd.google.drive.ext-type.graffle"
        ],
        "href": "https://app.lucidchart.com/documents/driveApp",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "version": "22.3",
  "app": {
    "urls": [
      "*://app.lucidchart.com/"
    ],
    "launch": {
      "web_url": "https://app.lucidchart.com/documents/driveApp"
    }
  },
  "icons": {
    "16": "chrome_app_icon_16.png",
    "32": "chrome_app_icon_32.png",
    "48": "chrome_app_icon_48.png",
    "96": "chrome_app_icon_96.png",
    "128": "chrome_app_icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    "clipboardWrite"
  ]
}