[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 # Exclude macOS Finder (System Explorer) View States
.DS_Store .DS_Store
package-lock.json
.cl

View File

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