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": "Feeling Lucky", "version": "3.0.1", "description": "Instant search selected text with \"I'm feeling lucky\" by Google.", "homepage_url": "https:\/\/github.com\/EnixCoda\/feeling-lucky", "manifest_version": 3, "icons": { "64": "icon_64.png", "200": "icon.png" }, "permissions": [ "scripting", "contextMenus" ], "host_permissions": [ "https:\/\/www.google.com\/url?*" ], "optional_host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/url?*" ], "js": [ "content.js" ] } ] }