mapcomplete/manifest.manifest

26 lines
569 B
Plaintext
Raw Permalink Normal View History

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