diff options
| author | Teddy Wing | 2017-03-18 20:10:19 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-03-18 20:10:19 +0100 |
| commit | 357572552ed84d1a444547d8a19cccf420f80701 (patch) | |
| tree | 814703c91650038002039a87348e6b96e3f112cb /manifest.json | |
| parent | 097ac8d72513320197edec9a97ebff12de87e2e2 (diff) | |
| download | chrome-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.json | 6 |
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" + ] } |
