mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-05 18:47:52 +01:00
Removed base64 encoded images and load them from path instead
This commit is contained in:
parent
75c8c4205f
commit
042c7677e8
BIN
src/images/close.png
Normal file
BIN
src/images/close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 288 B |
@ -128,7 +128,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"notification/bar.html"
|
"notification/bar.html",
|
||||||
|
"images/icon38.png",
|
||||||
|
"images/icon38_locked.png",
|
||||||
|
"images/close.png"
|
||||||
],
|
],
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user