diff options
| -rw-r--r-- | HutchSafariExtension/Resources/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/HutchSafariExtension/Resources/manifest.json b/HutchSafariExtension/Resources/manifest.json index 7024f6d..71403c0 100644 --- a/HutchSafariExtension/Resources/manifest.json +++ b/HutchSafariExtension/Resources/manifest.json @@ -21,7 +21,8 @@ "background": { "scripts": [ "background.js" - ] + ], + "persistent": false }, "content_scripts": [ { |
