diagrams.net

diagrams.net

The most tightly Google Drive integrated diagramming application available.

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__",
  "manifest_version": 2,
  "version": "13.0.1",
  "default_locale": "en",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "671128082532",
  "icons": {
    "16": "drawlogo16.png",
    "128": "drawlogo96-32.png"
  },
  "app": {
    "urls": [
      "https://www.diagrams.net/"
    ],
    "launch": {
      "web_url": "https://app.diagrams.net/"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ]
}