mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
rename
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"js": [ "content/autoFill.js" ],
|
"js": [ "content/autofill.js" ],
|
||||||
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
|
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
|
||||||
"run_at": "document_start"
|
"run_at": "document_start"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user