Examine source code of Brisk Boost

Inspect and view changes in Brisk Boost 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.b978920c.png",
    "32": "icon32.plasmo.8f6f865a.png",
    "48": "icon48.plasmo.baf28d22.png",
    "64": "icon64.plasmo.b8b5e0bf.png",
    "128": "icon128.plasmo.9304f9ba.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "Toggle Brisk logo"
  },
  "version": "1.0.248",
  "author": "Brisk",
  "name": "Brisk Boost",
  "description": "Brisk Boost - Free AI Tutoring & Student Support Tool",
  "background": {
    "service_worker": "background.127dec02.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "DatadogHelper.234b515e.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ScriptInjector.a282c9e8.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ScriptInjector.fdd61bfc.js"
      ],
      "all_frames": true,
      "css": [
        "font.031c9936.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.81bd7b76.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwu2NqZzyJS6WrraaH3qjZrL2L4Jo40IQJUXJVjJLiu5eoq5HLR5QPN0ge2KiObLSR9GXe5Ke4/EM39k6CTZ58IkTpJhFCQuVdOmTnWCWlT3iKpfDBKc4HYXs6+16fk9dPf2uXWz8epxEGyE0sK9AEilYJvdgns0T2fYpysmc1/eKw59rhd8jOLg7LdZuyF/tbThJPGsDLDV1DXxMUlN6+a9zdd7MlnfzHyexW9HGkF971xaDus/s+Vnhu5Vk1XbVY2xdnjgQAAllGCQWjzm+WyukKckifXdXkN8phHUoOGDt4ZLK3lGsXwdP9R8y7UPe4Eu6zSzK3wxo20OmjtxrKQIDAQAB",
  "host_permissions": [
    "https://docs.google.com/*",
    "https://boost-api.briskteaching.com/*",
    "https://api.briskteaching.education/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://boost-api.briskteaching.com/*",
      "https://api.briskteaching.education/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "locales/*",
        "assets/**",
        "translations/*.json.gz",
        "shared-fe-translations/*.json.gz"
      ],
      "matches": [
        "file://*/*",
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "GdocApi.ab483fa6.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "Outfit-Regular.efdb1f4c.ttf",
        "Outfit-ExtraBold.ae54e358.ttf",
        "Outfit-Medium.23c59091.ttf",
        "Outfit-Bold.55518629.ttf",
        "Outfit-SemiBold.fd24e733.ttf",
        "GdocApi.ab483fa6.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content.4d05ca27.css",
        "content.1d9268ca.css",
        "content.cfd742e0.css"
      ]
    }
  ]
}