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": "Poulpeo : cashback, r\u00e9ductions et codes promo", "description": "Activez votre cashback en un clic avec l\u2019assistant Poulpeo !", "version": "20.6.5", "icons": { "16": "\/img\/poulpeo-logo-16px.png", "38": "\/img\/poulpeo-logo-38px.png", "48": "\/img\/poulpeo-logo-48px.png", "128": "\/img\/poulpeo-logo-128px.png" }, "action": [], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "activeTab", "alarms", "scripting", "storage", "tabs", "webNavigation", "webRequest" ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "\/injector.js", "*.css", "*.png", "*.svg", "*.ttf", "*.woff", "*.woff2" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "\/content-scripts\/esm\/*" ] } ], "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-scripts\/content.js" ] } ] }