[change] Fill plugin manifest info.

This commit is contained in:
naive231 2024-11-14 19:53:39 +08:00
parent ee04e2f81f
commit 2a12bd7453
2 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@ -20,3 +20,5 @@ data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
package-lock.json
.cl

View File

@ -1,11 +1,11 @@
{
"id": "sample-plugin",
"name": "Sample Plugin",
"id": "obsidian-md-to-line-message",
"name": "Obsidian Markdown to LINE Message",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"description": "Convert selected texts to LINE-flavor messages.",
"author": "Zhou Naihong",
"authorUrl": "https://github.com/naive231/obsidian-md-to-line-message",
"fundingUrl": "https://obsidian.md/pricing",
"isDesktopOnly": false
}