From b4b3c951d8f3abb3b711c1b5f03c4edc01586649 Mon Sep 17 00:00:00 2001 From: Jason Long Date: Mon, 13 Dec 2021 09:05:24 -0500 Subject: [PATCH] Fix host_permissions --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 8340a17..bf3d70d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "GitHub Isometric Contributions", - "version": "1.1.16", + "version": "1.1.17", "description": "Renders an isometric pixel view of GitHub contribution graphs.", "content_scripts": [ { @@ -11,7 +11,7 @@ } ], "permissions": ["storage", "contextMenus", "activeTab"], - "host_permissions": ["http://*/*", "https://*/*"], + "host_permissions": ["https://github.com/"], "icons": { "48": "icon-48.png", "128": "icon-128.png"