aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 586022a..7985aeb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Wayback Machine Lookup",
- "version": "1.0.1",
+ "version": "1.1.0",
"description": "Reopen the current tab in the Wayback Machine",
"icons": {
"16": "icon16.png",
@@ -17,8 +17,13 @@
"scripts": ["background.js"]
},
"minimum_chrome_version": "33",
+ "options_ui": {
+ "chrome_style": true,
+ "page": "options.html"
+ },
"permissions": [
"activeTab",
- "declarativeContent"
+ "declarativeContent",
+ "storage"
]
}