diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2c28167..4eb28cd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
run: npx playwright install msedge
- name: Build
run: npm run build
+ - name: Build Chrome extension
+ run: npm run build:extension
- name: Run tests
run: npm test
diff --git a/extension/manifest.json b/extension/manifest.json
index d3f5dba..d605e91 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -16,7 +16,7 @@
],
"background": {
- "service_worker": "background.js",
+ "service_worker": "lib/background.js",
"type": "module"
},
diff --git a/extension/popup.html b/extension/popup.html
index c10d5e4..260ceac 100644
--- a/extension/popup.html
+++ b/extension/popup.html
@@ -168,6 +168,6 @@
-
+