WIP: Some changes to make the android wrapper

This commit is contained in:
Pieter Vander Vennet 2024-11-05 13:45:12 +01:00
parent 3adeb7b130
commit 3d2db00548
6 changed files with 1617 additions and 34 deletions

View file

@ -1,13 +1,20 @@
{
"name": "MapComplete",
"short_name": "MapComplete",
"id":"mapcomplete",
"start_url": "index.html",
"lang": "en",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#fff",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"description": "A thematic map viewer and editor based on OpenStreetMap",
"orientation": "portrait-primary, landscape-primary",
"orientation": "portrait-primary",
"display_override": [
"standalone",
"minimal-ui",
"browser",
"window-controls-overlay"
],
"icons": [
{
"src": "assets/generated/images/assets_svg_mapcomplete_logo72.png",