1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 01:53:23 +00:00

Add build configs.

This commit is contained in:
Jimmy Vo
2025-03-14 12:13:53 -04:00
parent 62c1702315
commit 7052d5d408
2 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,12 @@
"matches": ["*://*/*", "file:///*"],
"exclude_matches": ["*://*/*.xml*", "file:///*.xml*"],
"run_at": "document_start"
},
{
"js": ["content/trigger-phishing-detection-script-injection.js"],
"matches": ["*://*/*", "file:///*"],
"exclude_matches": ["*://*/*.xml*", "file:///*.xml*"],
"run_at": "document_start"
}
],
"background": {

View File

@@ -199,6 +199,8 @@ const mainConfig = {
"./src/autofill/content/bootstrap-autofill-overlay-notifications.ts",
"content/bootstrap-legacy-autofill-overlay":
"./src/autofill/deprecated/content/bootstrap-legacy-autofill-overlay.ts",
"content/trigger-phishing-detection-script-injection":
"./src/phishing-detection/trigger-phishing-detection-script-injection.ts",
"content/autofiller": "./src/autofill/content/autofiller.ts",
"content/auto-submit-login": "./src/autofill/content/auto-submit-login.ts",
"content/notificationBar": "./src/autofill/content/notification-bar.ts",