From 6842b33e8157bfab60096001355c76ac06b63e6b Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 27 Dec 2017 12:33:09 -0500 Subject: Initial commit of Wayback Machine button --- manifest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..3fcba3c --- /dev/null +++ b/manifest.json @@ -0,0 +1,21 @@ +{ + "manifest_version": 2, + "name": "Wayback Machine Lookup", + "version": "1.0.0", + "description": "Reopen the current tab in the Wayback Machine", + "icons": { + "16": "icon16.png", + "48": "icon48.png", + "128": "icon128.png" + }, + "browser_action": { + "default_title": "Reopen the current tab in the Wayback Machine" + }, + "author": "Benjamin Barenblat ", + "background": { + "persistent": false, + "scripts": ["background.js"] + }, + "minimum_chrome_version": "21", + "permissions": ["activeTab"] +} -- cgit v1.2.3