summaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2020-01-29 11:31:20 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2020-01-29 11:31:20 +0100
commita48307eaad7a495ee189f9acb751881e920155ba (patch)
treefb455a280d47df7cb4a0cdbc9f5f4d5269041507 /manifest.json
parent7583b4bf00871c80aaeb8051889b70fd798c0be1 (diff)
Optimizations
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 3c8d97da..d38f291d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,10 @@
{
- "name": "App",
+ "name": "QtPass GUI for pass, the standard UNIX password manager",
+ "short_name": "QtPass",
+ "start_url": "/index.html",
+ "display": "standalone",
+ "background_color": "#39c",
+ "theme_color": "#fff",
"icons": [
{
"src": "\/images\/android-icon-36x36.png",
@@ -36,6 +41,12 @@
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
+ },
+ {
+ "src": "\/images\/logo.png",
+ "sizes": "1024x1024",
+ "type": "image\/png",
+ "density": "4.0"
}
]
}