mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
25 lines
570 B
JSON
25 lines
570 B
JSON
{
|
|
"short_name": "WiseMapping",
|
|
"name": "WiseMapping",
|
|
"icons": [{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "favicon.png",
|
|
"type": "image/png",
|
|
"sizes": "1024x1024"
|
|
}
|
|
],
|
|
"permissions" : [
|
|
"https://*/*",
|
|
"clipboardRead",
|
|
"clipboardWrite",
|
|
"storage"
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
} |