aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index dfb4ae9..7c60cdd 100644
--- a/manifest.json
+++ b/manifest.json
@@ -15,11 +15,15 @@
]
},
"permissions": [
+ "history",
"sessions",
- "tabs",
- "history"
+ "storage",
+ "tabs"
],
"web_accessible_resources": [
"build/console.html"
- ]
+ ],
+ "options_ui": {
+ "page": "build/settings.html"
+ }
}