aboutsummaryrefslogtreecommitdiff
path: root/dev/data/manifest-variants.json
diff options
context:
space:
mode:
authorAustin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>2023-03-22 03:26:38 -0600
committerAustin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com>2023-03-22 03:26:38 -0600
commite33fe17add009ba7f070d71ce4a880b0c5a41d97 (patch)
tree39e4f9da9894b9bcb63226efe3825dcbf70955db /dev/data/manifest-variants.json
parent1c62cd1e42c237fbe8177608d02b9182e1370051 (diff)
fix: properly removed service worker and re-added background.html to firefox
Diffstat (limited to 'dev/data/manifest-variants.json')
-rw-r--r--dev/data/manifest-variants.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json
index 3b7cd355..362650b8 100644
--- a/dev/data/manifest-variants.json
+++ b/dev/data/manifest-variants.json
@@ -178,12 +178,14 @@
{
"action": "delete",
"path": [
- "background"
+ "background",
+ "service_worker"
]
},
{
"action": "set",
"path": [
+ "background",
"page"
],
"value": "background.html"