forked from MapComplete/MapComplete
WIP: Some changes to make the android wrapper
This commit is contained in:
parent
3adeb7b130
commit
3d2db00548
6 changed files with 1617 additions and 34 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue