Skip to content

Commit 3e438e1

Browse files
committed
categories in manifest
1 parent 3b2e1f6 commit 3e438e1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

proxy/manifest.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"short_name": "ORM",
33
"name": "OpenRailwayMap",
4+
"description": "OpenRailwayMap is a detailed online map of the world's railway infrastructure, built on OpenStreetMap data",
45
"icons": [
56
{
67
"src": "/image/android-chrome-192x192.png",
@@ -28,5 +29,11 @@
2829
"start_url": ".",
2930
"display": "standalone",
3031
"theme_color": "#000000",
31-
"background_color": "#000000"
32+
"background_color": "#000000",
33+
"categories": [
34+
"entertainment",
35+
"navigation",
36+
"travel",
37+
"utilities"
38+
]
3239
}

0 commit comments

Comments
 (0)