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": "RecipeBox \u2013 Save Your Recipes!", "version": "1.0.4", "description": "Store all your favorite recipes in one place for free.", "permissions": [ "storage", "tabs", "cookies" ], "host_permissions": [ "*:\/\/api.recipebox.com\/*", "*:\/\/*.recipebox.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/get_started16.png", "32": "assets\/images\/get_started32.png", "48": "assets\/images\/get_started48.png", "128": "assets\/images\/get_started128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "assets\/css\/content.css" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ], "icons": { "16": "assets\/images\/get_started16.png", "32": "assets\/images\/get_started32.png", "48": "assets\/images\/get_started48.png", "128": "assets\/images\/get_started128.png" }, "web_accessible_resources": [ { "resources": [ "popup.html", "popup-ios.html", "popup-mobile.html", "popup-iframe.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "use_dynamic_url": true } ], "manifest_version": 3 }