Edraw Max-Powerful online diagramming tool

Edraw Max-Powerful online diagramming tool

Edraw Max is an extremely powerful all-in-one diagramming tool that can work on multiple platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "browser_action": {
    "default_icon": {
      "128": "images/icon-128.png"
    },
    "default_popup": "app.html"
  },
  "default_locale": "en",
  "homepage_url": "https://www.edrawmax.com/",
  "icons": {
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "cookies",
    "*://www.edrawmax.com/*"
  ]
}