Remove tabs permission, since for some reason tabs.update doesn't require it.
This commit is contained in:
parent
35f8906b52
commit
4373048194
|
@ -8,7 +8,7 @@ export default function createManifest(
|
||||||
description:
|
description:
|
||||||
'Inject custom DuckDuckGo Bangs into your browsing experience.',
|
'Inject custom DuckDuckGo Bangs into your browsing experience.',
|
||||||
version: '0.1.4',
|
version: '0.1.4',
|
||||||
permissions: ['storage', 'tabs', 'webNavigation'],
|
permissions: ['storage', 'webNavigation'],
|
||||||
options_ui: {
|
options_ui: {
|
||||||
page: 'options/index.html',
|
page: 'options/index.html',
|
||||||
open_in_tab: true,
|
open_in_tab: true,
|
||||||
|
|
Loading…
Reference in New Issue