diff --git a/src/manifest.json b/src/manifest.json index 5df84c4..a22116c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -6,11 +6,12 @@ "128": "icons/Gitako-128.png", "256": "icons/Gitako-256.png" }, - "permissions": ["storage", ""], + "permissions": ["storage", "*://*.github.com/*", "*://*.sentry.io/*"], + "optional_permissions": [""], "web_accessible_resources": ["icons/vscode/*", "content.css"], "content_scripts": [ { - "matches": [""], + "matches": ["https://github.com/*"], "js": ["firefox-shim.js", "browser-polyfill.js", "content.js"] } ]