diff options
| author | MaheshtheDev <[email protected]> | 2025-12-02 18:59:37 +0000 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-12-03 09:33:38 -0800 |
| commit | 59823afbe4a2b491b2e5c2409ac6ce20bed503f7 (patch) | |
| tree | 98a1c07622cec7b8b4ddd1c813a458f5eda8b6be /apps/browser-extension/wxt.config.ts | |
| parent | add spaces selector with search (#600) (diff) | |
| download | supermemory-use-graph-package.tar.xz supermemory-use-graph-package.zip | |
fix: chatgpt memories import (#597)use-graph-package
- ChatGPT changed there DOM with new UI, this PR will fix the import to supermemory feature with chatgpt new UI
Diffstat (limited to 'apps/browser-extension/wxt.config.ts')
| -rw-r--r-- | apps/browser-extension/wxt.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/browser-extension/wxt.config.ts b/apps/browser-extension/wxt.config.ts index 0da923ed..ac51510e 100644 --- a/apps/browser-extension/wxt.config.ts +++ b/apps/browser-extension/wxt.config.ts @@ -11,7 +11,7 @@ export default defineConfig({ manifest: { name: "supermemory", homepage_url: "https://supermemory.ai", - version: "6.0.104", + version: "6.0.105", permissions: ["contextMenus", "storage", "activeTab", "webRequest", "tabs"], host_permissions: [ "*://x.com/*", |