Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Search Results Page", "version": "1.0", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false, "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } }, "browser_action": { "default_title": "Open a new search results page" }, "permissions": [ "storage", "webNavigation" ] }