diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2020-01-12 11:28:15 +0400 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2020-01-12 11:28:15 +0400 |
| commit | db95961ee2544e1509ebf57597b3e859ced53997 (patch) | |
| tree | 8c609638345a23ff244480d58134b0461c46dcb0 | |
| parent | Update extension version (diff) | |
| download | githunt-db95961ee2544e1509ebf57597b3e859ced53997.tar.gz | |
Remove chrome tabs permission
| -rw-r--r-- | public/manifest.json | 3 |
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/*" ], |
