Examine source code of Teachizy, Plateforme LMS (formation en ligne)

Inspect and view changes in Teachizy, Plateforme LMS (formation en ligne) 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",
  "name": "Teachizy, Plateforme LMS (formation en ligne)",
  "version": "0.1.0",
  "description": "Créez, gérez et vendez des formations en ligne",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  },
  "browser_action": {
    "default_title": "Créez, gérez et vendez des formations en ligne",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png",
      "256": "icons/256.png",
      "512": "icons/512.png"
    }
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  }
}