aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-25 22:15:56 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-25 22:15:56 +0900
commit8791ed4e5e5f3418c26a1030f3920849090acc06 (patch)
treee0fb371e5cf932d53e895c7d72758b9cf59793f6 /manifest.json
parent4edb0331a1f0e80f754c34ce6686873c13506022 (diff)
add simple form
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"
+ }
}