2020-07-25 01:07:02 +02:00
|
|
|
{
|
|
|
|
"name": "MapComplete",
|
|
|
|
"short_name": "MapComplete",
|
2020-07-26 02:01:34 +02:00
|
|
|
"start_url": "index.html",
|
2020-07-25 01:07:02 +02:00
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "#fff",
|
|
|
|
"description": "Easily edit OpenStreetMap",
|
2020-07-25 18:00:08 +02:00
|
|
|
"orientation": "portrait-primary, landscape-primary",
|
2020-07-25 01:07:02 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
2021-02-20 22:27:19 +01:00
|
|
|
"src": "./assets/svg/add.svg",
|
2020-07-25 01:07:02 +02:00
|
|
|
"sizes": "192x192",
|
2021-02-20 22:27:19 +01:00
|
|
|
"type": "image/svg"
|
2020-07-25 01:07:02 +02:00
|
|
|
},
|
|
|
|
{
|
2021-02-20 22:27:19 +01:00
|
|
|
"src": "./assets/svg/add.svg",
|
2020-07-25 01:07:02 +02:00
|
|
|
"sizes": "512x512",
|
2021-02-20 22:27:19 +01:00
|
|
|
"type": "image/svg"
|
2020-07-25 01:07:02 +02:00
|
|
|
},
|
|
|
|
{
|
2021-02-20 22:27:19 +01:00
|
|
|
"src": "./assets/svg/add.svg",
|
2020-07-25 01:07:02 +02:00
|
|
|
"sizes": "513x513",
|
|
|
|
"type": "image/svg"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|