aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2020-02-28 17:15:18 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2020-03-03 11:11:15 -0500
commit749bd515e839758559173ad16e248822202dd80e (patch)
tree66638b305ef124c6bef84a6c137dce9b9bcdc7a0 /manifest.json
parent1277f853696c26dba7960462ee49c5d9d39eab47 (diff)
Add context menu item to open a link in the Wayback Machinev1.2.0
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
1 files changed, 3 insertions, 2 deletions
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"
]