1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

manifest.json

This commit is contained in:
Harvey Kandola 2017-08-08 11:24:21 +01:00
parent 557da2847e
commit 9e20a5f085
11 changed files with 804 additions and 637 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

26
gui/public/manifest.json Normal file
View file

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