summaryrefslogtreecommitdiff
path: root/HutchSafariExtension/Resources/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'HutchSafariExtension/Resources/manifest.json')
-rw-r--r--HutchSafariExtension/Resources/manifest.json3
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": [
{