diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-22 03:26:38 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-22 03:26:38 -0600 |
commit | e33fe17add009ba7f070d71ce4a880b0c5a41d97 (patch) | |
tree | 39e4f9da9894b9bcb63226efe3825dcbf70955db /dev/data | |
parent | 1c62cd1e42c237fbe8177608d02b9182e1370051 (diff) |
fix: properly removed service worker and re-added background.html to firefox
Diffstat (limited to 'dev/data')
-rw-r--r-- | dev/data/manifest-variants.json | 4 |
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" |