From 357572552ed84d1a444547d8a19cccf420f80701 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 18 Mar 2017 20:10:19 +0100 Subject: manifest.json: Add "storage" permission Give ourselves the "storage" permission to enable us to save and restore user options. --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d013bcb..8f0189a 100644 --- a/manifest.json +++ b/manifest.json @@ -15,5 +15,9 @@ "options_ui": { "page": "options.html", "chrome_style": true - } + }, + + "permissions": [ + "storage" + ] } -- cgit v1.2.3