Add icons, add validation, add phone and email types, add css fixes

This commit is contained in:
Pieter Vander Vennet 2020-07-26 02:01:34 +02:00
parent eb4dda1ba2
commit 1372027dac
56 changed files with 2794 additions and 3474 deletions

View file

@ -1,26 +0,0 @@
{
"name": "MapComplete",
"short_name": "MapComplete",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "Easily edit OpenStreetMap",
"orientation": "portrait-primary, landscape-primary",
"icons": [
{
"src": "assets/logos/logo192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/logos/logo512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "assets/logos/logo.svg",
"sizes": "513x513",
"type": "image/svg"
}
]
}