Skip to content

Commit c5d37ab

Browse files
committed
add to manifest for element-hq#334
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 9f3c1de commit c5d37ab

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

res/vector-icons/manifest.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"name": "Riot",
2+
"name": "Riot - Matrix Client",
3+
"short_name": "Riot",
4+
"display": "standalone",
5+
"theme_color": "#76CFA6",
6+
"start_url": "../",
37
"icons": [
48
{
59
"src": "android-chrome-36x36.png",
@@ -37,5 +41,13 @@
3741
"type": "image\/png",
3842
"density": "4.0"
3943
}
40-
]
44+
],
45+
"related_applications": [{
46+
"platform": "play",
47+
"url": "https://play.google.com/store/apps/details?id=im.vector.alpha",
48+
"id": "im.vector.alpha"
49+
}, {
50+
"platform": "itunes",
51+
"url": "https://itunes.apple.com/gb/app/riot-open-source-team-collaboration-via-matrix/id1083446067"
52+
}]
4153
}

0 commit comments

Comments
 (0)