Skip to content

Commit 9390804

Browse files
committed
fix: update manifest to include background.js
Signed-off-by: Aransiola Ayodele <[email protected]>
1 parent 9f5c744 commit 9390804

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

manifest.json

+4-12
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@
33
"name": "Code Diff Checker",
44
"version": "1.0",
55
"description": "A simple code or text diff checker that highlights the differences between two text inputs.",
6-
"action": {
7-
"default_popup": "index.html",
8-
"default_title": "Open Diff Checker"
6+
"background": {
7+
"service_worker": "background.js"
98
},
10-
"permissions": [],
9+
"permissions": ["tabs"],
1110
"icons": {
1211
"48": "icon48.png",
1312
"128": "icon128.png"
14-
},
15-
"content_scripts": [
16-
{
17-
"matches": ["<all_urls>"],
18-
"js": ["dist/bundle.js"],
19-
"css": ["src/styles.css"]
20-
}
21-
]
13+
}
2214
}

0 commit comments

Comments
 (0)