Inspect and view changes in Gestione Familiare Online 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": "Gestione Familiare Online",
"description": "Gestisci il Bilancio Familiare Online in poche e semplici mosse. Il programma รจ molto semplice da utilizzare, gratuito e anonimo",
"version": "1.2.0",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"author": "Salvo Biondo",
"homepage_url": "http://www.gestionefamiliare.it",
"short_name": "Gestione Familiare",
"app": {
"urls": [
"http://www.gestionefamiliare.it/admin/"
],
"launch": {
"web_url": "http://www.gestionefamiliare.it/admin/"
}
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}