Skip to content

Commit 935445e

Browse files
committed
Update manifest with appropriate permission & bg scripts
1 parent b321ac1 commit 935445e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

extension/manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@
1919
},
2020

2121
"background": {
22-
"scripts": ["background.js"],
22+
"scripts": [
23+
"backgroundOmnibox.js",
24+
"backgroundContextMenus.js"
25+
],
2326
"persistent": false
2427
},
2528

2629
"options_page": "options/options.html",
2730

2831
"permissions": [
29-
"storage"
32+
"storage",
33+
"contextMenus"
3034
]
3135
}

0 commit comments

Comments
 (0)