summaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorlishid <[email protected]>2020-10-25 16:55:59 -0400
committerlishid <[email protected]>2020-10-25 16:58:31 -0400
commited3770792a7a9ce698999de42ebb6150f5ee5e9e (patch)
tree0a7e047f2806eaccc88247d8ab360d6b877fa063 /manifest.json
downloadai-pulse-obsidian-plugin-ed3770792a7a9ce698999de42ebb6150f5ee5e9e.tar.gz
ai-pulse-obsidian-plugin-ed3770792a7a9ce698999de42ebb6150f5ee5e9e.zip
Initial commit!
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json8
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