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": "Alertes leboncoin v3.4", "description": "Lancez automatiquement des recherches sur leboncoin.fr et recevez des alertes quand une nouvelle annonce est publi\u00e9e", "version": "3.4", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "alarms", "notifications", "idle", "storage" ], "host_permissions": [ "https:\/\/www.leboncoin.fr\/" ], "action": { "default_icon": { "16": "\/png\/icon-leboncoin-16.png", "32": "\/png\/icon-leboncoin-32.png", "48": "\/png\/icon-leboncoin-48.png" }, "default_popup": "\/html\/popup.html" }, "icons": { "16": "\/png\/icon-leboncoin-16.png", "32": "\/png\/icon-leboncoin-32.png", "48": "\/png\/icon-leboncoin-48.png", "128": "\/png\/icon-leboncoin-128.png" } }