diff --git a/src/manifest.json b/src/manifest.json index 6f0c91d..da6114f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -6,7 +6,14 @@ "128": "icons/Gitako-128.png", "256": "icons/Gitako-256.png" }, - "permissions": ["storage", "contextMenus", "activeTab", "*://*.github.com/*"], + "permissions": [ + "storage", + "contextMenus", + "activeTab", + "*://*.github.com/*", + "*://gitako.now.sh/*", + "*://*.sentry.io/*" + ], "optional_permissions": ["http://*/*", "https://*/*"], "web_accessible_resources": ["icons/vscode/*", "content.css"], "background": {