Inspect and view changes in GoConqr 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": "GoConqr",
"short_name": "GoConqr",
"description": "GoConqr is a personal learning environment that allows students & teachers to create, discover and share learning resources.",
"version": "2",
"app": {
"urls": [
"*://www.goconqr.com/"
],
"launch": {
"web_url": "https://www.goconqr.com/"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": []
}