From db95961ee2544e1509ebf57597b3e859ced53997 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 12 Jan 2020 11:28:15 +0400 Subject: Remove chrome tabs permission --- public/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 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/*" ], -- cgit v1.2.3