summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamran Ahmed <kamranahmed.se@gmail.com>2020-01-12 11:28:15 +0400
committerKamran Ahmed <kamranahmed.se@gmail.com>2020-01-12 11:28:15 +0400
commitdb95961ee2544e1509ebf57597b3e859ced53997 (patch)
tree8c609638345a23ff244480d58134b0461c46dcb0
parentUpdate extension version (diff)
downloadgithunt-db95961ee2544e1509ebf57597b3e859ced53997.tar.gz
Remove chrome tabs permission
-rw-r--r--public/manifest.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/manifest.json b/public/manifest.json
index 5f7168e..2991f28 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -3,9 +3,8 @@
"name": "Githunt",
"short_name": "Githunt",
"description": "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.",
- "version": "3.8",
+ "version": "3.9",
"permissions": [
- "tabs",
"storage",
"*://*.github.com/*"
],