diff options
| author | Dhravya <[email protected]> | 2024-07-01 07:55:16 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-01 07:55:16 -0500 |
| commit | b00dbd46476636fea1f48bf5164136e3bf217349 (patch) | |
| tree | 2403fd1c546dd6fc0b94e5d72f6fb313e855a7f7 /apps/extension | |
| parent | merge conflicts (diff) | |
| download | supermemory-dev.tar.xz supermemory-dev.zip | |
minor changes in extensiondev
Diffstat (limited to 'apps/extension')
| -rw-r--r-- | apps/extension/background.ts | 2 | ||||
| -rw-r--r-- | apps/extension/manifest.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/extension/background.ts b/apps/extension/background.ts index bfe27763..56a1a26c 100644 --- a/apps/extension/background.ts +++ b/apps/extension/background.ts @@ -13,7 +13,7 @@ const tweetToMd = (tweet: Tweet) => { const BOOKMARKS_URL = `https://x.com/i/api/graphql/xLjCVTqYWz8CGSprLU349w/Bookmarks?features=${encodeURIComponent(JSON.stringify(features))}`; -const BACKEND_URL = "https://beta.supermemory.ai"; +const BACKEND_URL = "https://supermemory.ai"; // This is to prevent going over the rate limit let lastTwitterFetch = 0; diff --git a/apps/extension/manifest.json b/apps/extension/manifest.json index bb537205..144f9d5e 100644 --- a/apps/extension/manifest.json +++ b/apps/extension/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "1.0", + "version": "2.0", "name": "supermemory", "description": "An extension for https://supermemory.ai - an AI hub for all your bookmarks.", "background": { |