diff --git a/apps/extension/src/manifest/v2/_base.json b/apps/extension/src/manifest/v2/_base.json index 63c6b7d1d3..cf2d97604f 100644 --- a/apps/extension/src/manifest/v2/_base.json +++ b/apps/extension/src/manifest/v2/_base.json @@ -8,13 +8,7 @@ "scripts": ["background.namada.js"], "persistent": true }, - "permissions": [ - "storage", - "notifications", - "identity", - "*://github.com/*", - "*://objects.githubusercontent.com/*" - ], + "permissions": ["storage"], "content_scripts": [ { "matches": [""],