Exploros is a collaborative Learning Experience delivery platform for teachers and students.
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": "Exploros",
"short_name": "Exploros",
"version": "1.0.5",
"manifest_version": 2,
"minimum_chrome_version": "23",
"app": {
"launch": {
"web_url": "http://chromeapp.exploros.com/"
}
},
"description": "Exploros is a collaborative Learning Experience delivery platform for teachers and students.",
"icons": {
"16": "img/logo-16.png",
"128": "img/logo-128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}