Lucidchart Diagrams - Desktop

Lucidchart Diagrams - Desktop

The easiest way to draw flowcharts, mockups, UML, mind maps and more -- online and offline.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.163.3",
  "manifest_version": 2,
  "minimum_chrome_version": "28",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "/js/chromechart/adaptor.js",
        "/js/chromechart/config.js",
        "/js/chromechart/background-loader.js"
      ]
    }
  },
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "storage",
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "http://*/*",
    "https://*/*",
    "webview"
  ],
  "offline_enabled": true
}