aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
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"
]