aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-03-22 18:34:42 +0900
committerGitHub <noreply@github.com>2023-03-22 18:34:42 +0900
commitd1c694535113206ba059e83958c1e8c9addd10b2 (patch)
tree39e4f9da9894b9bcb63226efe3825dcbf70955db /dev
parent1c62cd1e42c237fbe8177608d02b9182e1370051 (diff)
parente33fe17add009ba7f070d71ce4a880b0c5a41d97 (diff)
Merge pull request #102 from Aquafina-water-bottle/fix_firefox
fix: properly removed service worker and re-added background.html to Firefox
Diffstat (limited to 'dev')
-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"