diff --git a/manifest.json b/manifest.json index 97cf64f..0a65118 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Sync Embeds", "version": "2.0.0", "minAppVersion": "0.15.0", - "description": "Create fully editable, live-synced note embeds with advanced features including section viewports, dynamic paths, and command interception.", + "description": "Create fully editable, note embeds with advanced features including section viewports and dynamic paths.", "author": "uthvah", "authorUrl": "https://github.com/uthvah", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/command-interceptor.js b/src/command-interceptor.js similarity index 100% rename from command-interceptor.js rename to src/command-interceptor.js diff --git a/dynamic-paths.js b/src/dynamic-paths.js similarity index 100% rename from dynamic-paths.js rename to src/dynamic-paths.js diff --git a/embed-manager.js b/src/embed-manager.js similarity index 100% rename from embed-manager.js rename to src/embed-manager.js diff --git a/main.js b/src/main.js similarity index 100% rename from main.js rename to src/main.js diff --git a/settings.js b/src/settings.js similarity index 100% rename from settings.js rename to src/settings.js diff --git a/viewport-controller.js b/src/viewport-controller.js similarity index 100% rename from viewport-controller.js rename to src/viewport-controller.js