aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2019-05-09 16:34:32 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-05-09 16:34:32 -0400
commit1277f853696c26dba7960462ee49c5d9d39eab47 (patch)
treea6729619754afc4839298c175727ff31984f2dc4 /manifest.json
parentdcf999ad1f5c048adaf504ac2515bb814adb4b09 (diff)
Add option to go directly to the latest capturev1.1.0
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"
]
}