diff --git a/img/osb-192.png b/img/osb-192.png new file mode 100644 index 00000000..02331977 Binary files /dev/null and b/img/osb-192.png differ diff --git a/index.php b/index.php index e8154214..c1d88eda 100644 --- a/index.php +++ b/index.php @@ -32,6 +32,7 @@ html_export_var(array( OpenStreetBrowser + diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..b5f6b05f --- /dev/null +++ b/manifest.json @@ -0,0 +1,14 @@ +{ + "short_name": "OpenStreetBrowser", + "name": "OpenStreetBrowser", + "start_url": ".", + "background_color": "#ffffff", + "display": "browser", + "icons": [ + { + "src": "img/osb-192.png", + "type": "image/png", + "sizes": "192x192" + } + ] +}