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", "action": { "default_popup": "html\/popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "bg.js" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/findtherecipe.com\/favicon.ico", "is_default": true, "keyword": "search", "name": "Web", "search_url": "https:\/\/findtherecipe.com\/ext\/search?q={searchTerms}", "suggest_url": "https:\/\/findtherecipe.com\/api\/autosug?s={searchTerms}" } }, "description": "Find the recipes in the browser action modal or browser address bar.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "search" ], "host_permissions": [ "https:\/\/findtherecipe.com\/*" ], "omnibox": { "keyword": "recipes" }, "manifest_version": 3, "name": "Find The Recipe", "version": "1.15" }