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": "OnManzBien", "version": "1.0.0", "description": "Un clic, une recette saine chaque jour\u00a0: liste et \u00e9tapes, blocage de la malbouffe et alternative gourmande.", "manifest_version": 3, "author": "OnManzBien", "action": { "default_popup": "index.html", "default_title": "Ma recette" }, "icons": { "128": "favicon.png" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "healthinspector.js" ], "all_frames": true } ], "declarative_net_request": { "rule_resources": [ { "id": "eat-better", "enabled": false, "path": "netrequest\/eat-better.json" } ] }, "permissions": [ "activeTab", "scripting", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" } }