summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-03 13:15:26 +0100
committerGravatar Uko Kokņevičs2024-01-03 13:15:26 +0100
commit0b4ba411e06466532c7d542cead6fdcbe03cf737 (patch)
tree0025e038588c53ceeb09d33660d7fc9c5a1d81b6
parentFloating Cats 0.1 (diff)
downloadfloating-cats-extension-0b4ba411e06466532c7d542cead6fdcbe03cf737.tar.gz
floating-cats-extension-0b4ba411e06466532c7d542cead6fdcbe03cf737.tar.xz
floating-cats-extension-0b4ba411e06466532c7d542cead6fdcbe03cf737.zip
Make web-ext lint happy
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index f34ad91..f623c4c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -12,7 +12,7 @@
12 12
13 "background": { 13 "background": {
14 "scripts": ["/bg.js"], 14 "scripts": ["/bg.js"],
15 "service_worker": "/bg.js", 15 //"service_worker": "/bg.js",
16 "persistent": false, 16 "persistent": false,
17 "type": "module" 17 "type": "module"
18 }, 18 },