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", "manifest_version": 3, "name": "Simple Recipe", "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/chef.png", "32": "assets\/chef.png", "48": "assets\/chef.png", "128": "assets\/chef.png" } }, "version": "0.0.2", "description": "Simplify recipe websites to show only ingredients and instructions.", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service_worker.js", "type": "module" }, "author": "github.com\/rdschuller" }