mirror of
https://github.com/mara-li/obsidian-my-thesaurus.git
synced 2026-07-22 05:38:22 +00:00
14 lines
No EOL
357 B
JSON
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 %>
|
|
} |