bitwarden-estensione-browser/src/manifest.json

17 lines
351 B
JSON
Raw Normal View History

2017-10-11 04:56:04 +02:00
{
2018-03-23 18:04:59 +01:00
"name": "Bitwarden Vault",
2017-10-11 04:56:04 +02:00
"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"
}