Starting analysis...
Version 2.0.0 View in Chrome Web Store
https://clients2.google.com/service/update2/crx | https://github.com/Redisrupt/mermaid-diagrams | |
https://github.com/ | https://gist.github.com/ | |
https://bitbucket.org/ | http://www.w3.org/1999/xhtml | |
http://www.w3.org/2000/svg | http://www.w3.org/1999/xlink | |
http://www.w3.org/XML/1998/namespace | http://www.w3.org/2000/xmlns/ | |
http://momentjs.com/guides/#/warnings/define-locale/ | http://momentjs.com/guides/#/warnings/js-date/ | |
http://momentjs.com/guides/#/warnings/min-max/ | http://momentjs.com/guides/#/warnings/add-inverted-param/ | |
http://momentjs.com/guides/#/warnings/zone/ | http://momentjs.com/guides/#/warnings/dst-shifted/ | |
https://github.com/knsv/mermaid | https://github.com/kobezzza/Escaper | |
https://github.com/kobezzza/Escaper/blob/master/LICENSE | http://www.w3.org/TR/SVG11/feature#Extensibility | |
https://davidwalsh.name/detect-node-insertion. |
{ "name": "mermaid-diagrams", "icons": { "128": "icon.png" }, "version": "2.0.0", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Enable `Mermaid diagrams` on github wiki and markdown files", "permissions": [ "https://*.visualstudio.com/*", "https://github.com/*", "https://gist.github.com/*", "https://bitbucket.org/*" ], "homepage_url": "https://github.com/Redisrupt/mermaid-diagrams", "content_scripts": [ { "js": [ "mermaid.min.js", "content.js" ], "css": [ "diagrams.css", "on_change_animation.css" ], "run_at": "document_start", "matches": [ "https://*.visualstudio.com/*", "https://github.com/*", "https://gist.github.com/*", "https://bitbucket.org/*" ] } ], "manifest_version": 2, "minimum_chrome_version": "56" }