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", "background": { "service_worker": "sw.js" }, "action": { "default_icon": "icon-128.png", "default_title": "Search This Site", "default_popup": "\/popup\/popup.html" }, "description": "Search your query only in the current site on Google, DuckDuckGo or Brave Search. Use Omnibox, Toolbar Icon and Context Menu.", "icons": { "128": "icon-128.png" }, "manifest_version": 3, "name": "Search This Site", "version": "1.0.2", "minimum_chrome_version": "100", "permissions": [ "declarativeContent", "contextMenus", "activeTab", "storage" ], "omnibox": { "keyword": "ss" }, "homepage_url": "https:\/\/browsernative.com\/search-this-site-chrome-extension\/", "options_page": "\/options\/options.html" }