Examine source code of KBAnywhere: Your Knowledge Base, One Click Away

Inspect and view changes in KBAnywhere: Your Knowledge Base, One Click Away 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": "KBAnywhere: Your Knowledge Base, One Click Away",
  "description": "Connect, access, and use your knowledge base across the web to streamline customer support and boost your productivity.",
  "version": "1.1.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Open knowledge base"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.tsx-loader-4o2aSFfx.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/content-CBi6AQxX.css"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "identity"
  ],
  "host_permissions": [
    "https://mail.google.com/"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "32": "public/kbanywhere_logo_32.png",
    "48": "public/kbanywhere_logo_48.png",
    "128": "public/kbanywhere_logo_128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "public/*.svg"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "*.map",
        "pageWorld.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "assets/keyboard-DD92mzCM.js",
        "assets/_commonjsHelpers-BosuxZz1.js",
        "assets/content.tsx-D-Nltd22.js"
      ],
      "use_dynamic_url": true
    }
  ]
}