Inspect and view changes in Riot/Element KaTeX 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
{
"manifest_version": 2,
"name": "Riot KaTeX",
"version": "1.1.1",
"description": "Renders formulas on riot chat instances chats using KaTeX.",
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"katex.min.js",
"auto-render.min.js",
"riot-katex.js"
],
"css": [
"katex.min.css"
],
"run_at": "document_idle"
}
],
"icons": {
"96": "icons/icon.png"
},
"web_accessible_resources": [
"fonts/*.woff2"
]
}