diff --git a/src/rossum-sa-extension/manifest.json b/src/rossum-sa-extension/manifest.json index 588296200d..f6a80f939c 100644 --- a/src/rossum-sa-extension/manifest.json +++ b/src/rossum-sa-extension/manifest.json @@ -12,7 +12,12 @@ "content_scripts": [ { "js": ["scripts/rossum.js"], - "matches": ["http://localhost:3000/*", "https://*.rossum.ai/*", "https://*.rossum.app/*"] + "matches": [ + "http://localhost:3000/*", + "https://*.rossum.ai/*", + "https://*.rossum.app/*", + "https://*.r8.lol/*" + ] }, { "js": ["scripts/netsuite.js"],