Merge pull request #3799 from t3chguy/manifest

add to manifest
This commit is contained in:
Luke Barnard 2017-05-11 13:05:00 +01:00 committed by GitHub
commit 15db686f33

View file

@ -1,5 +1,9 @@
{
"name": "Riot",
"name": "Riot - open team collaboration",
"short_name": "Riot",
"display": "standalone",
"theme_color": "#76CFA6",
"start_url": "../",
"icons": [
{
"src": "android-chrome-36x36.png",
@ -37,5 +41,13 @@
"type": "image\/png",
"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"
}]
}