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": "COOKmate", "version": "1.3", "author": "Maadinfo Services", "description": "Store all your favorite recipes in one place! COOKmate is a recipe manager with search and import features.", "permissions": [ "activeTab", "cookies" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_title": "Import recipe to COOKmate", "default_icon": { "16": "images\/cookmate-16.png", "20": "images\/cookmate-20.png", "32": "images\/cookmate-32.png", "40": "images\/cookmate-40.png", "48": "images\/cookmate-48.png", "128": "images\/cookmate-128.png" } }, "icons": { "16": "images\/cookmate-16.png", "32": "images\/cookmate-32.png", "48": "images\/cookmate-48.png", "128": "images\/cookmate-128.png" }, "manifest_version": 3, "default_locale": "en" }