Inspect and view changes in EduApps Authoring Tool for M-Learning 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": "EduApps Authoring Tool for M-Learning",
"manifest_version": 2,
"short_name": "EduApps",
"description": "EduApps is an authoring tool for mobile learning. Create apps easy, fast and fun way, even without programming knowledge",
"version": "1.0.0",
"icons": {
"128": "icon.png"
},
"app": {
"launch": {
"web_url": "http://www.appmaker.eduapps.com.br"
}
}
}