aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
+ ]
}