Files
zotero-notes-export-org/addon/manifest.json
Ignacio Ballesteros 15e55ee126
All checks were successful
CI / build (push) Successful in 21s
Release / build (push) Successful in 38s
Release / update-rolling-release (push) Successful in 7s
Release / publish-release (push) Successful in 7s
chore: bump version to 1.0.1 for update test
2026-02-17 23:56:10 +01:00

21 lines
693 B
JSON

{
"manifest_version": 2,
"name": "Zotero Org Export Annotations",
"version": "1.0.1",
"description": "Export Zotero PDF/EPUB annotations to Org-mode files for Emacs, org-roam, and citar",
"author": "Ignacio",
"homepage_url": "https://gitea.bueso.eu/ignacio.ballesteros/zotero-notes-export-org",
"icons": {
"48": "content/icons/icon.svg",
"96": "content/icons/icon@2x.svg"
},
"applications": {
"zotero": {
"id": "org-export-annotations@zotero.org",
"update_url": "https://gitea.bueso.eu/ignacio.ballesteros/zotero-notes-export-org/releases/download/release/update.json",
"strict_min_version": "7.0",
"strict_max_version": "8.*"
}
}
}