mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
First working version
This commit is contained in:
17
web-vault/manifest.json
Normal file
17
web-vault/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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": "#3c8dbc",
|
||||
"background_color": "#3c8dbc"
|
||||
}
|
||||
Reference in New Issue
Block a user