1
0
mirror of https://github.com/bitwarden/web synced 2025-12-29 14:43:16 +00:00
Files
web/manifest.json
Joseph Flinn e9c47986ca Updates
2021-05-21 13:22:16 -07:00

18 lines
352 B
JSON

{
"name": "Bitwarden Vault",
"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": "#175DDC",
"background_color": "#175DDC"
}