summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtoscer <[email protected]>2017-11-30 13:19:21 +0100
committerwtoscer <[email protected]>2017-11-30 13:19:21 +0100
commit79e00725d3825b2f37b553757d73209247e117e7 (patch)
tree936513fbadec0ab87431d701ba9422b1c25f4df8
parent1d31f134fb7c29012e2c44b32274fd998812b5fb (diff)
remove persistent property
-rw-r--r--manifest.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 30f391d..dc2557f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,8 +1,7 @@
{
"name": "Tiny Tiny RSS Notifier",
"background": {
- "scripts": ["js/background.js"],
- "persistent": false
+ "scripts": ["js/background.js"]
},
"version": "0.5.2",
"manifest_version": 2,