Academysoft-[ASO]

Academysoft-[ASO]

Cloud Computing Proficiency Test

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Academysoft-[ASO]",
  "description": "Cloud Computing Proficiency Test",
  "version": "1.8423",
  "manifest_version": 2,
  "icons": {
    "128": "icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "alwaysOnTopWindows",
    "notifications",
    "storage",
    "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-9voa5bqtkfjr7hi0trmc1bde3jmaagdr.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"
    ]
  }
}