14 lines
457 B
JSON
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.*"
|
|
}
|
|
}
|
|
} |