diff --git a/manifest.json b/manifest.json index 45fbac1..fad382f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "obsidian-enhanced-symbols-prettifier", + "id": "enhanced-symbols-prettifier", "name": "Enhanced Symbols Prettifier", "version": "1.0.0", "minAppVersion": "0.9.12", diff --git a/package.json b/package.json index 7b9494d..bb7d17c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-enhanced-symbols-prettifier", + "name": "enhanced-symbols-prettifier", "version": "1.0.0", "description": "Replace/substitute the symbols with actual symbols you commonly type. It also works for emojis shortcuts, abbreviations, greek letters, math symbols or other snippets/aliases you define", "main": "main.js",