1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-20 17:33:28 +00:00

favicon updates

This commit is contained in:
Kyle Spearrin
2017-10-10 22:56:04 -04:00
parent f828288b84
commit d978e1dfa3
11 changed files with 58 additions and 0 deletions

17
src/manifest.json Normal file
View 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"
}