Skip to content

Commit b7f1e5c

Browse files
committed
UPDATE manifest + add background script
1 parent 43c3955 commit b7f1e5c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
"action": {
77
"default_popup": "src/index.html"
88
},
9+
"background": {
10+
"service_worker": "src/background.js"
11+
},
912
"permissions": [
1013
"activeTab",
14+
"scripting",
1115
"tabs"
1216
],
1317
"content_scripts": [

src/background.js

Whitespace-only changes.

0 commit comments

Comments
 (0)