From 1277f853696c26dba7960462ee49c5d9d39eab47 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 9 May 2019 16:34:32 -0400 Subject: Add option to go directly to the latest capture --- manifest.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'manifest.json') 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" ] } -- cgit v1.2.3