mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
18 lines
352 B
JSON
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"
|
|
}
|