diff options
| author | Dhravya Shah <[email protected]> | 2025-02-18 20:43:29 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-02-18 20:43:29 -0700 |
| commit | f6c2e220a39974c3075b4d7308d2aaa23fc31b78 (patch) | |
| tree | 859335dcdf7b823fe60a2d0d21bdd258731fd61c /apps/extension/manifest.json | |
| parent | firefox support (diff) | |
| download | supermemory-firefox-support.tar.xz supermemory-firefox-support.zip | |
unable to get the message throughfirefox-support
Diffstat (limited to 'apps/extension/manifest.json')
| -rw-r--r-- | apps/extension/manifest.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/extension/manifest.json b/apps/extension/manifest.json index c938209a..58d9f759 100644 --- a/apps/extension/manifest.json +++ b/apps/extension/manifest.json @@ -31,6 +31,16 @@ "http://supermemory.com/*" ] }, + "firefox:content_scripts": [{ + "matches": [ + "http://localhost:3000/*", + "https://supermemory.ai/*", + "https://beta.supermemory.ai/*", + "http://supermemory.com/*" + ], + "js": ["src/firefox/content.ts"] + } + ], "icons": { "16": "images/icon/16.png", "32": "images/icon/32.png", |