diff --git a/extension/public/manifest.json b/extension/public/manifest.json index d5d50d8..02e3131 100644 --- a/extension/public/manifest.json +++ b/extension/public/manifest.json @@ -10,12 +10,14 @@ "scripting" ], "host_permissions": [ - "https://github.com/*" + "https://github.com/*", + "https://bitbucket.org/*" ], "content_scripts": [ { "matches": [ - "https://github.com/*" + "https://github.com/*", + "https://bitbucket.org/*" ], "js": [ "js/diagramScript.js" @@ -38,4 +40,4 @@ ] } ] -} \ No newline at end of file +}