Application Web de Gestion Commerciale pour les Professionnels de la Menuiserie
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "BatiTrade",
"description": "Application Web de Gestion Commerciale pour les Professionnels de la Menuiserie",
"version": "4.0",
"manifest_version": 2,
"app": {
"urls": [
"http://www.batitrade.com/"
],
"launch": {
"web_url": "http://app.batitrade.com/appsBT/appsBT.php",
"container": "panel",
"height": 768,
"width": 1024
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}