diff options
| author | 2024-01-03 13:15:26 +0100 | |
|---|---|---|
| committer | 2024-01-03 13:15:26 +0100 | |
| commit | 0b4ba411e06466532c7d542cead6fdcbe03cf737 (patch) | |
| tree | 0025e038588c53ceeb09d33660d7fc9c5a1d81b6 /manifest.json | |
| parent | Floating Cats 0.1 (diff) | |
| download | floating-cats-extension-0b4ba411e06466532c7d542cead6fdcbe03cf737.tar.gz floating-cats-extension-0b4ba411e06466532c7d542cead6fdcbe03cf737.tar.xz floating-cats-extension-0b4ba411e06466532c7d542cead6fdcbe03cf737.zip | |
Make web-ext lint happy
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 2 |
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 | }, |