Cloud Computing Proficiency Test
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": "CCPT Exam",
"description": "Cloud Computing Proficiency Test",
"version": "1.9963",
"manifest_version": 2,
"icons": {
"128": "icon-128.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"permissions": [
"alwaysOnTopWindows",
"notifications",
"identity",
"http://www.gom-soft.com/ccpt/*",
"https://accounts.google.com/*",
"https://www.googleapis.com/*",
"https://accounts.google.com/o/oauth2/token"
],
"oauth2": {
"client_id": "376529983886-47ia20i5avnqke5olbq5eep4jhqs67qf.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/plus.login",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive"
]
}
}