{ "manifest_version": 2, "name": "Wayback Machine Lookup", "version": "1.0.1", "description": "Reopen the current tab in the Wayback Machine", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_title": "Reopen the current tab in the Wayback Machine" }, "author": "Benjamin Barenblat ", "background": { "persistent": false, "scripts": ["background.js"] }, "minimum_chrome_version": "33", "permissions": [ "activeTab", "declarativeContent" ] }