fix(browser-extension): error when importing as temporary

This commit is contained in:
wanhose 2024-04-15 18:35:12 +02:00
parent bd8b9a1ac7
commit 5848baeda7

View File

@ -16,6 +16,7 @@
"options_page": "options.html", "options_page": "options.html",
"author": "wanhose", "author": "wanhose",
"background": { "background": {
"scripts": ["scripts/background.js"],
"service_worker": "scripts/background.js" "service_worker": "scripts/background.js"
}, },
"content_scripts": [ "content_scripts": [