Update manifest.json for PWA

This commit is contained in:
1nc1n3r470r 2023-10-05 01:27:38 +02:00 committed by GitHub
parent a91a39fe80
commit 8f1415f5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
{
"name": "Bitwarden Vault",
"start_url": "/",
"display": "standalone",
"icons": [
{
"src": "images/icons/android-chrome-192x192.png",
@ -13,5 +15,5 @@
}
],
"theme_color": "#175DDC",
"background_color": "#175DDC"
"background_color": "#175DDC",
}