ShowMeTheDiagram (PlantUML viewer)

ShowMeTheDiagram (PlantUML viewer)

PlanUML viewer for GitHub and Azure DevOps. Note: this is a PoC extension, using https://plantuml.com/ to render diagrams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ShowMeTheDiagram (PlantUML viewer)",
  "version": "0.9.0",
  "description": "PlanUML viewer for GitHub and Azure DevOps. Note: this is a PoC extension, using https://plantuml.com/ to render diagrams.",
  "icons": {
    "16": "icon-16x16.97f390b1.png",
    "32": "icon-32x32.40c12061.png",
    "48": "icon-48x48.ded13928.png",
    "128": "icon-128x128.f10082ef.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://dev.azure.com/*"
      ],
      "js": [
        "plantuml-encoder.bef4d615.js",
        "content-script.f9b6d402.js"
      ],
      "css": []
    }
  ]
}