Easiest way to create online Training & courses
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": "ProProfs Training Maker",
"description": "Easiest way to create online Training & courses",
"version": "11.0",
"app": {
"urls": [
"http://www.proprofs.com/training/"
],
"launch": {
"web_url": "http://www.proprofs.com/training/create-a-course.php"
}
},
"icons": {
"128": "Icon_P_128x128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}