Examine source code of finditall

Inspect and view changes in finditall 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": 3,
  "name": "finditall",
  "version": "1.0",
  "description": "find all your classroom documents with one click",
  "permissions": [
    "identity",
    "storage"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "oauth2": {
    "client_id": "951375037954-j2pf467tnd84iqjr5mmcb1dd965gn7pd.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/classroom.courses.readonly",
      "https://www.googleapis.com/auth/classroom.courseworkmaterials.readonly",
      "https://www.googleapis.com/auth/classroom.coursework.me",
      "https://www.googleapis.com/auth/drive.readonly",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/drive.readonly"
    ]
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Classroom Info"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0seXYTeSUkcTZTKbCfprEdONOsV/3D2aBTsMXg1igy2RkQj8Y1LfwpmG5S2w808+lSzHnDP2jC1zFiRt4MPOMl4YFWF3iorzg0ocJApWkbBOcGa1Oiell7lJ0yu11gkq/8JOVGiugZebQuSTc/tADbb+VV5rPiARbNaZS9skoeXj1FCiQpvFXuw800WhMPvTwalmzRhpLMfeqU13PY1w+yGYWB2St3wC34YOf+gWFuwZZ2Bx5lujh26fM/2cIiqtw/JD99srGScMfZBjstYGUc9e1gsT76k1XbQT1OY00JEWPoi4JM9NP4OOoO4wNYVnYbE+cS7in7LMICgeJ3GGLwIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}