Inspect and view changes in FinCor Argentina 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "FinCor Argentina",
"description": "El sitio contiene una información actualizada servicios financieros, asà como noticias importantes del mundo financiero de Argentina",
"version": "2.1",
"manifest_version": 2,
"icons": {
"128": "icon.jpg"
},
"app": {
"urls": [
"https://fin-cor.com.ar/"
],
"launch": {
"web_url": "https://fin-cor.com.ar/"
}
}
}