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": "PDF Exporter for leboncoin.fr",
"short_name": "leboncoin-pdf",
"description": "PDF exporting Web Extension of classified ads listed on leboncoin.fr",
"version": "1.14.4",
"manifest_version": 3,
"icons": {
"512": "assets\/icon.png"
},
"action": {
"default_icon": {
"512": "assets\/icon.png"
},
"default_title": "PDF Exporter for leboncoin.fr",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.leboncoin.fr\/*"
],
"js": [
"scripts\/content.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"background": {
"service_worker": "scripts\/background.js"
},
"permissions": [
"*:\/\/*.leboncoin.fr\/*",
"storage"
]
}