keeweb/manifest.json

22 lines
554 B
JSON
Raw Permalink Normal View History

2019-01-06 18:08:52 +01:00
{
2019-08-18 11:32:43 +02:00
"name": "KeeWeb",
"short_name": "KeeWeb",
"description": "Free cross-platform password manager compatible with KeePass",
2020-04-03 21:37:31 +02:00
"start_url": "./",
2019-08-18 11:32:43 +02:00
"display": "standalone",
"theme_color": "#6386ec",
"background_color": "#6386ec",
"icons": [
{
"src": "icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
2019-01-06 18:08:52 +01:00
}