zotero-js-bridge/manifest.json
2026-03-07 17:11:15 -06:00

14 lines
457 B
JSON

{
"manifest_version": 2,
"name": "Zotero JS Bridge",
"version": "1.0.0",
"description": "Exposes Zotero's internal JavaScript API as an HTTP API.",
"applications": {
"zotero": {
"id": "zotero-js-bridge@example.com",
"update_url": "https://github.com/zotero-folder/releases/download/release/updates.json",
"strict_min_version": "7.0.0",
"strict_max_version": "8.*"
}
}
}