diff options
| -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" + ] } |
