mirror of
https://github.com/bitwarden/browser
synced 2026-01-20 17:33:28 +00:00
favicon updates
This commit is contained in:
17
src/manifest.json
Normal file
17
src/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "bitwarden",
|
||||
"icons": [
|
||||
{
|
||||
"src": "images/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#3c8dbc",
|
||||
"background_color": "#3c8dbc"
|
||||
}
|
||||
Reference in New Issue
Block a user