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

improved manifest.json and API 401 redirect logic

This commit is contained in:
Harvey Kandola 2017-12-21 11:40:20 +00:00
parent cafa410d16
commit 0b0cae4a8d
14 changed files with 705 additions and 708 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 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

View file

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