Examine source code of Google Classroom Sub Planner

Inspect and view changes in Google Classroom Sub Planner 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": "Google Classroom Sub Planner",
  "description": "",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://script.google.com/macros/s/AKfycbwouDNAjj7mraukHxZ9mMirSA5WTvlIRUNV-crSlonygf_0pEdP/exec"
    ],
    "launch": {
      "web_url": "https://script.google.com/macros/s/AKfycbwouDNAjj7mraukHxZ9mMirSA5WTvlIRUNV-crSlonygf_0pEdP/exec"
    }
  },
  "icons": {
    "128": "script-icon_128.png"
  }
}