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", "version": "1.0.2", "manifest_version": 3, "short_name": "All Best Recipes", "description": "All Best Recipes replaces your new tab with quick recipe search with sponsored web search.", "name": "All Best Recipes", "background": { "service_worker": "service_worker.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "search", "storage" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }