diff options
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", |