mirror of
https://github.com/documize/community.git
synced 2025-08-09 07:25:23 +02:00
manifest.json
This commit is contained in:
parent
557da2847e
commit
9e20a5f085
11 changed files with 804 additions and 637 deletions
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