riot-katex/manifest.json
Valentin Boettcher 525a6fe4b8 bump version
2020-04-09 18:44:07 +02:00

26 lines
632 B
JSON

{
"manifest_version": 2,
"name": "Riot KaTeX for matrix.tu-dresden.de",
"version": "1.0.3",
"description": "Renders formulars on matrix.tu-dresden.de chats using KaTeX.",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": ["*://matrix.tu-dresden.de/*"],
"js": ["katex.min.js",
"auto-render.min.js",
"riot-katex.js"],
"css": ["katex.min.css"],
"all_frames": true,
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"fonts/*.woff2"
]
}