add to manifest for #334
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9f3c1deae6
commit
c5d37ab2fb
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Riot",
|
"name": "Riot - Matrix Client",
|
||||||
|
"short_name": "Riot",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#76CFA6",
|
||||||
|
"start_url": "../",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "android-chrome-36x36.png",
|
"src": "android-chrome-36x36.png",
|
||||||
|
@ -37,5 +41,13 @@
|
||||||
"type": "image\/png",
|
"type": "image\/png",
|
||||||
"density": "4.0"
|
"density": "4.0"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"related_applications": [{
|
||||||
|
"platform": "play",
|
||||||
|
"url": "https://play.google.com/store/apps/details?id=im.vector.alpha",
|
||||||
|
"id": "im.vector.alpha"
|
||||||
|
}, {
|
||||||
|
"platform": "itunes",
|
||||||
|
"url": "https://itunes.apple.com/gb/app/riot-open-source-team-collaboration-via-matrix/id1083446067"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue