We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3c1de commit c5d37abCopy full SHA for c5d37ab
res/vector-icons/manifest.json
@@ -1,5 +1,9 @@
1
{
2
- "name": "Riot",
+ "name": "Riot - Matrix Client",
3
+ "short_name": "Riot",
4
+ "display": "standalone",
5
+ "theme_color": "#76CFA6",
6
+ "start_url": "../",
7
"icons": [
8
9
"src": "android-chrome-36x36.png",
@@ -37,5 +41,13 @@
37
41
"type": "image\/png",
38
42
"density": "4.0"
39
43
}
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
+ }]
53
0 commit comments