1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-03 04:25:25 +02:00
documize/gui/public/manifest.json
2017-12-21 11:40:20 +00:00

26 lines
608 B
JSON

{
"name": "Documize",
"short_name": "Documize",
"display": "standalone",
"background_color": "#375061",
"theme_color": "#375061",
"description": "Organized documents",
"start_url": "/?utm_source=homescreen",
"icons": [{
"src": "assets/img/icon-blue-64x64.png",
"sizes": "64x64",
"type": "image/png"
}, {
"src": "assets/img/icon-blue-128x128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "assets/img/icon-blue-256x256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "assets/img/icon-blue-1024x1024.png",
"sizes": "1024x1024",
"type": "image/png"
}]
}