aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index 3fcba3c..586022a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,14 +1,14 @@
{
"manifest_version": 2,
"name": "Wayback Machine Lookup",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Reopen the current tab in the Wayback Machine",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
- "browser_action": {
+ "page_action": {
"default_title": "Reopen the current tab in the Wayback Machine"
},
"author": "Benjamin Barenblat <bbaren@google.com>",
@@ -16,6 +16,9 @@
"persistent": false,
"scripts": ["background.js"]
},
- "minimum_chrome_version": "21",
- "permissions": ["activeTab"]
+ "minimum_chrome_version": "33",
+ "permissions": [
+ "activeTab",
+ "declarativeContent"
+ ]
}