diff options
| author | lishid <[email protected]> | 2020-10-25 16:55:59 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2020-10-25 16:58:31 -0400 |
| commit | ed3770792a7a9ce698999de42ebb6150f5ee5e9e (patch) | |
| tree | 0a7e047f2806eaccc88247d8ab360d6b877fa063 /manifest.json | |
| download | ai-pulse-obsidian-plugin-ed3770792a7a9ce698999de42ebb6150f5ee5e9e.tar.gz ai-pulse-obsidian-plugin-ed3770792a7a9ce698999de42ebb6150f5ee5e9e.zip | |
Initial commit!
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..ea4bf3d --- /dev/null +++ b/manifest.json @@ -0,0 +1,8 @@ +{
+ "id": "obsidian-sample-plugin",
+ "name": "Sample Plugin",
+ "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
+ "isDesktopOnly": false,
+ "js": "main.js",
+ "css": "styles.css"
+}
\ No newline at end of file |
