Skip to content

Commit

Permalink
Merge pull request #192 from jasonlong/fix-host-permissions
Browse files Browse the repository at this point in the history
Fix host_permissions
  • Loading branch information
jasonlong authored Dec 13, 2021
2 parents e13875c + b4b3c95 commit 90c4cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand All @@ -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"
Expand Down

0 comments on commit 90c4cfa

Please sign in to comment.