app manifest draft

This commit is contained in:
antelle 2016-07-30 14:37:47 +03:00
parent 31067d6bf3
commit 42e542a249
1 changed files with 9 additions and 0 deletions

9
app/manifest.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "KeeWeb",
"short_name": "KeeWeb",
"description": "Free cross-platform password manager compatible with KeePass",
"display": "standalone",
"orientation": "any",
"theme_color": "#6386EC",
"background_color": "#6386EC"
}