chore: initial project commit
This commit is contained in:
20
addon/manifest.json
Normal file
20
addon/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Zotero Org Export Annotations",
|
||||
"version": "1.0.0",
|
||||
"description": "Export Zotero PDF/EPUB annotations to Org-mode files for Emacs, org-roam, and citar",
|
||||
"author": "Ignacio",
|
||||
"homepage_url": "https://github.com/ignaciobll/zotero-org-export-annotations",
|
||||
"icons": {
|
||||
"48": "content/icons/icon.svg",
|
||||
"96": "content/icons/icon@2x.svg"
|
||||
},
|
||||
"applications": {
|
||||
"zotero": {
|
||||
"id": "org-export-annotations@zotero.org",
|
||||
"update_url": "https://github.com/ignaciobll/zotero-org-export-annotations/releases/download/release/update.json",
|
||||
"strict_min_version": "7.0",
|
||||
"strict_max_version": "8.*"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user