mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
11 lines
340 B
JSON
11 lines
340 B
JSON
|
{
|
||
|
"id": "obsidian-sample-plugin",
|
||
|
"name": "Sample Plugin",
|
||
|
"version": "1.0.1",
|
||
|
"minAppVersion": "0.9.12",
|
||
|
"description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.",
|
||
|
"author": "Obsidian",
|
||
|
"authorUrl": "https://obsidian.md/about",
|
||
|
"isDesktopOnly": false
|
||
|
}
|