Remove tabs permission, since for some reason tabs.update doesn't require it.

This commit is contained in:
Bauke 2022-03-24 09:01:58 +01:00
parent 35f8906b52
commit 4373048194
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export default function createManifest(
description:
'Inject custom DuckDuckGo Bangs into your browsing experience.',
version: '0.1.4',
permissions: ['storage', 'tabs', 'webNavigation'],
permissions: ['storage', 'webNavigation'],
options_ui: {
page: 'options/index.html',
open_in_tab: true,