diff --git a/manifest.json b/manifest.json index f511d32..ce064c5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,12 @@ { - "id": "D3", - "name": "D3 Plugin", + "id": "Smart-Connections-Graph-View", + "name": "Smart Connections Graph View", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", - "isDesktopOnly": false + "description": "A plugin that allows you to view your Smart Connections in a graph format.", + "author": "Evan Moscoso", + "authorUrl": "https://github.com/mossy426", + "fundingUrl": "https://github.com/mossy426", + "isDesktopOnly": true } + diff --git a/package.json b/package.json index d5d984e..2111291 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "obsidian-sample-plugin", + "name": "smart-connections-graph-view", "version": "1.0.0", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "description": "A plugin that allows you to view your Smart Connections in a graph format.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json" }, - "keywords": [], - "author": "", + "keywords": ["Obsidian", "Smart Connections", "Graph", "View"], + "author": "Evan Moscoso", "license": "MIT", "devDependencies": { "@types/d3": "^7.4.3",