Inspect and view changes in ECV Aix en Provence 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",
"manifest_version": 2,
"name": "ECV Aix en Provence",
"description": "Centralise les informations importantes de l'ecole l'ECV Creative school & Community de Aix en provence",
"version": "1.5",
"icons": {
"128": "frontend/images/128.png"
},
"browser_action": {
"default_popup": "index.html"
},
"permissions": [
"notifications"
]
}