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": "Simkl Search - Select and Search", "description": "Select text in your browser and right-click to search on multiple engines.", "version": "2.3.2", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Simkl Search Options" }, "web_accessible_resources": [ { "resources": [ "libs\/*", "fonts\/*", "defaults.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }