2020-11-27 04:03:24 +01:00
|
|
|
{
|
2020-12-10 04:33:30 +01:00
|
|
|
"short_name": "WiseMapping",
|
|
|
|
"name": "WiseMapping",
|
2020-11-28 03:16:08 +01:00
|
|
|
"icons": [{
|
|
|
|
"src": "favicon.ico",
|
2021-01-31 09:29:36 +01:00
|
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
2020-11-28 03:16:08 +01:00
|
|
|
"type": "image/x-icon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "favicon.png",
|
|
|
|
"type": "image/png",
|
2021-01-31 07:01:56 +01:00
|
|
|
"sizes": "1024x1024"
|
2020-11-28 03:16:08 +01:00
|
|
|
}
|
|
|
|
],
|
2023-01-14 20:33:46 +01:00
|
|
|
"permissions" : [
|
|
|
|
"https://*/*",
|
|
|
|
"clipboardRead",
|
|
|
|
"clipboardWrite",
|
|
|
|
"storage"
|
|
|
|
],
|
2020-11-28 03:16:08 +01:00
|
|
|
"start_url": ".",
|
|
|
|
"display": "standalone",
|
|
|
|
"theme_color": "#000000",
|
|
|
|
"background_color": "#ffffff"
|
|
|
|
}
|