diff options
| author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-22 18:34:42 +0900 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 18:34:42 +0900 | 
| commit | d1c694535113206ba059e83958c1e8c9addd10b2 (patch) | |
| tree | 39e4f9da9894b9bcb63226efe3825dcbf70955db | |
| parent | 1c62cd1e42c237fbe8177608d02b9182e1370051 (diff) | |
| parent | e33fe17add009ba7f070d71ce4a880b0c5a41d97 (diff) | |
Merge pull request #102 from Aquafina-water-bottle/fix_firefox
fix: properly removed service worker and re-added background.html to Firefox
| -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" |