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", "name": "Instant Multi-Site Search", "version": "1.0", "description": "Search multiple sites instantly, using hotkeys!", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "onHotkey.js" ] } ], "action": { "default_popup": "options.html", "default_icon": { "16": "images\/IMSS16.png", "32": "images\/IMSS32.png", "48": "images\/IMSS48.png", "128": "images\/IMSS128.png" } }, "icons": { "16": "images\/IMSS16.png", "32": "images\/IMSS32.png", "48": "images\/IMSS48.png", "128": "images\/IMSS128.png" }, "options_page": "options.html", "manifest_version": 3 }