Examine source code of Cloud Skills Academy

Inspect and view changes in Cloud Skills Academy 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,
  "version": "1.3.12",
  "short_name": "CSA",
  "name": "Cloud Skills Academy",
  "description": "This extension provides access to the Cloud Skills Academy for context sensitive help within Google Workspace.",
  "author": "Ancoris (www.ancoris.com)",
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "*://*.google.com/*",
    "*://*.googleapis.com/*",
    "*://*.cloudskillsacademy.com/*",
    "*://cloudskillsacademy.com/*",
    "*://*.cloudskillsacademy.net/*",
    "*://cloudskillsacademy.net/*",
    "https://cloud-skills-academy.appspot.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://fonts.googleapis.com https://cloud-skills-academy.appspot.com; object-src 'self'",
  "background": {
    "scripts": [
      "csa.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "homepage_url": "https://cloudskillsacademy.com",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOa/8tObDaLTWAjz17aU8uf+3nR3ZrV/b9JPOlyD0EPgjDUiVaq69X1+f4SqUawC7INmJsloG7yojkfr+U4WJAeN9vpkrR0Dheu0AU0AZ2WbTwG0aMWE9ttLiieJOsLAyBMmkasB+KWfcAuc3hiF5hnNZ0W6obh0PFpv4truciTwIDAQAB"
}