PlantUML Viewer

PlantUML Viewer

Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "page_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html",
    "default_title": "PlantUML Options..."
  },
  "web_accessible_resources": [
    "rawdeflate.js"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).",
  "background": {
    "scripts": [
      "background.js",
      "rawdeflate.js"
    ]
  },
  "name": "PlantUML Viewer",
  "permissions": [],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "version": "1.2"
}