From 36e7509c60d1932307fcca8bb333de2642e775d1 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Wed, 6 May 2020 12:09:51 +0800 Subject: [PATCH] fix: add domains to manifest --- src/manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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": {