diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 328b27f..bd963fe 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "short_name": "Hachette", "version": "0.0.1",_CHROMIUM_KEY_ "author": "various", - "description": "Kill the web&js",_GECKO_APPLICATIONS_ + "description": "Control your \"Web\" browsing.",_GECKO_APPLICATIONS_ "icons":{ "128": "icons/hachette128.png", "64": "icons/hachette64.png", @@ -23,7 +23,8 @@ "sessions", "storage", "tabs", - "<all_urls>" + "<all_urls>", + "unlimitedStorage" ], "browser_action": { "browser_style": true, |