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", "manifest_version": 3, "name": "Saverd Recipe Clipper", "description": "Save recipes from hundreds of recipe sites right to your Saverd recipe box.", "version": "2.1", "action": { "default_popup": "popup.html" }, "icons": { "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ] } ], "browser_specific_settings": { "gecko": { "id": "{d3f8f9f1-40c6-423f-923d-6a2dc7ba2c87}", "strict_min_version": "69.0" } } }