diff --git a/manifest.json b/manifest.json index 24613a4..46aec36 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,11 @@ { "name": "devtron", "version": "1.0", + "manifest_version": 2, "devtools_page": "static/devtron.html", "content_scripts": [ { - "matches": ["*"], + "matches": ["https://*/*"], "js": ["out/browser-globals.js"] } ] diff --git a/static/createDevtool.js b/static/createDevtool.js new file mode 100644 index 0000000..d753287 --- /dev/null +++ b/static/createDevtool.js @@ -0,0 +1 @@ +chrome.devtools.panels.create('Devtron', 'devtron.png', 'static/index.html') \ No newline at end of file diff --git a/static/devtron.html b/static/devtron.html index e3f7da6..21817c3 100644 --- a/static/devtron.html +++ b/static/devtron.html @@ -3,8 +3,6 @@