Examine source code of TeachShare Co-Pilot

Inspect and view changes in TeachShare Co-Pilot 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",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.2",
  "name": "TeachShare Co-Pilot",
  "description": "TeachShare Co-Pilot",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "identity",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.883ade9e.js"
      ],
      "css": []
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsaBZoZw7Lea4U08lX7NfVylM9UreeQzrsk9PdOijtB8wxmLHbi7nqJWb/FtuVvieHZJ0htaTL6hvzdmqktgOHTFmr2XrV/DswxIfaoeIYIYQDxTDbcAWEgJc3fbNrATeTuWrn31Hn8Tb/l+cdlZw/Sn79e6R74YzIPqanvEjVt4/FcDmzXHEbArAOiREt2kL6Xw4mXde74VdwmqigHew1u+sIb1CjLu/g+qsVSRfvNgKTL6b4i2Mz60JKWoo3bzG85W1bj59Yii+YoadHvipONotG33UjtSKRRrnUsqqaDCRC12k5EnodUZdyQW7UIGwQFpD/GbOqZAO3j7Q92QLYwIDAQAB",
  "oauth2": {
    "client_id": "1052477889751-40ng7p922bmd2lpp4ko5p12efi6udsai.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/documents",
      "https://www.googleapis.com/auth/documents.readonly",
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/drive.readonly",
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/drive.appdata",
      "https://www.googleapis.com/auth/drive.meet.readonly",
      "https://www.googleapis.com/auth/drive.metadata",
      "https://www.googleapis.com/auth/drive.metadata.readonly",
      "https://www.googleapis.com/auth/presentations",
      "https://www.googleapis.com/auth/presentations.readonly",
      "https://www.googleapis.com/auth/drive.photos.readonly"
    ]
  },
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content.95bad065.css"
      ]
    }
  ]
}