mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Removed base64 encoded images and load them from path instead
This commit is contained in:
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
Reference in New Issue
Block a user