mara-li_obsidian-my-thesaurus/manifest.json
2024-12-17 16:24:45 +01:00

14 lines
No EOL
357 B
JSON

{
"id": "<%= data.id %>",
"name": "<%= data.name %>",
"version": "0.0.0",
"minAppVersion": "1.5.12",
"description": "<%= data.description %>",
"author": "<%= data.author.name %>",
"authorUrl": "<%= data.author.url %>",
<%_ if (data.fundingURL) { _%>
"fundingUrl": "<%= data.fundingURL %>",
<%_
} _%>
"isDesktopOnly": <%= data.isDesktopOnly %>
}