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": "Search on This Site", "version": "1.0", "description": "Search the selected text on the current site", "author": "Loc Nguyen", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/search16.png", "32": "images\/search32.png", "48": "images\/search64.png" } }, "icons": { "16": "images\/search16.png", "32": "images\/search32.png", "48": "images\/search64.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "contextMenus", "search", "storage" ], "manifest_version": 3 }