aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorTeddy Wing2017-03-18 20:10:19 +0100
committerTeddy Wing2017-03-18 20:10:19 +0100
commit357572552ed84d1a444547d8a19cccf420f80701 (patch)
tree814703c91650038002039a87348e6b96e3f112cb /manifest.json
parent097ac8d72513320197edec9a97ebff12de87e2e2 (diff)
downloadchrome-timetasker-357572552ed84d1a444547d8a19cccf420f80701.tar.bz2
manifest.json: Add "storage" permission
Give ourselves the "storage" permission to enable us to save and restore user options.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
1 files changed, 5 insertions, 1 deletions
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"
+ ]
}