From bb635c0d0734deac297b5a7d622c444ce6cff7af Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 2 Apr 2020 00:00:41 +0800 Subject: [PATCH] revert: undo all-urls change to manifest --- src/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"] } ]