Inspect and view changes in Clever - Calculateur immobilier source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Clever - Calculateur immobilier",
"version": "1.1resigned1",
"description": "Extension Firefox pour Clever - Calculateur pour investisseur immobilier intelligent",
"icons": {
"16": "icons/16.png",
"24": "icons/24.png",
"32": "icons/32.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"permissions": [
"tabs",
"https://www.leboncoin.fr/"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons/32.png",
"default_title": "Clever - Calculateur pour investisseur immobilier intelligent"
},
"browser_specific_settings": {
"gecko": {
"id": "{cb34c045-c6cd-43af-91a8-5569935029c2}"
}
}
}