We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2e1f6 commit 3e438e1Copy full SHA for 3e438e1
proxy/manifest.json
@@ -1,6 +1,7 @@
1
{
2
"short_name": "ORM",
3
"name": "OpenRailwayMap",
4
+ "description": "OpenRailwayMap is a detailed online map of the world's railway infrastructure, built on OpenStreetMap data",
5
"icons": [
6
7
"src": "/image/android-chrome-192x192.png",
@@ -28,5 +29,11 @@
28
29
"start_url": ".",
30
"display": "standalone",
31
"theme_color": "#000000",
- "background_color": "#000000"
32
+ "background_color": "#000000",
33
+ "categories": [
34
+ "entertainment",
35
+ "navigation",
36
+ "travel",
37
+ "utilities"
38
+ ]
39
}
0 commit comments