From 749bd515e839758559173ad16e248822202dd80e Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 28 Feb 2020 17:15:18 -0500 Subject: Add context menu item to open a link in the Wayback Machine --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 7985aeb..b8a3c08 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Wayback Machine Lookup", - "version": "1.1.0", + "version": "1.2.0", "description": "Reopen the current tab in the Wayback Machine", "icons": { "16": "icon16.png", @@ -16,13 +16,14 @@ "persistent": false, "scripts": ["background.js"] }, - "minimum_chrome_version": "33", + "minimum_chrome_version": "35", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "activeTab", + "contextMenus", "declarativeContent", "storage" ] -- cgit v1.2.3