Inspect and view changes in Alan AI Plugin 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
{
"name": "Alan AI Plugin",
"description": "Integrate the immersive Alan AI experience into your Web Application to interact with the AI Agent built on the Alan AI Platform.",
"version": "1.0.34",
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images/favicon-16x16.png",
"32": "images/favicon-32x32.png",
"48": "images/favicon-48x48.png"
},
"permissions": [
"storage",
"tabs",
"scripting"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"<all_urls>"
],
"js": [
"libs/mathjax/config.js",
"libs/mathjax/tex-svg.js",
"libs/alan_lib.min.js",
"client.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images/favicon-16x16.png"
],
"matches": [
"https://alan-stage.app/*",
"https://alan.app/*",
"https://alan-ai-794f1f.webflow.io/*",
"https://actionableai.com/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "developer@alan.app",
"strict_min_version": "110.0"
}
}
}