mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
manifest.json
This commit is contained in:
parent
557da2847e
commit
9e20a5f085
11 changed files with 804 additions and 637 deletions
BIN
gui/public/assets/img/icon-white-1024x1024.png
Normal file
BIN
gui/public/assets/img/icon-white-1024x1024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
gui/public/assets/img/icon-white-128x128.png
Normal file
BIN
gui/public/assets/img/icon-white-128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
gui/public/assets/img/icon-white-256x256.png
Normal file
BIN
gui/public/assets/img/icon-white-256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
gui/public/assets/img/icon-white-64x64.png
Normal file
BIN
gui/public/assets/img/icon-white-64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
26
gui/public/manifest.json
Normal file
26
gui/public/manifest.json
Normal 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"
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue