Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eat This Much Recipe Clipper", "author": "Eat This Much Inc.", "description": "This extension allows you to quickly import recipes to use in your Eat This Much meal plans.", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "background.js", "scripts": [ "background.js" ], "type": "module" }, "action": { "default_icon": { "16": "clipper-favicon-16.png", "32": "clipper-favicon-32.png", "48": "clipper-favicon-48.png", "128": "clipper-favicon-128.png" }, "default_title": "Import Recipe to Eat This Much" }, "icons": { "16": "clipper-favicon-16.png", "32": "clipper-favicon-32.png", "48": "clipper-favicon-48.png", "128": "clipper-favicon-128.png" }, "permissions": [ "activeTab" ], "short_name": "ETM Clipper" }