mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2025-06-30 23:05:56 +00:00
feat: add amazon and fdroid apps to web app manifest
This commit is contained in:
parent
b766575ed1
commit
51241db29d
@ -44,15 +44,26 @@
|
|||||||
"theme_color": "#3367D6",
|
"theme_color": "#3367D6",
|
||||||
"prefer_related_applications": true,
|
"prefer_related_applications": true,
|
||||||
"related_applications": [
|
"related_applications": [
|
||||||
{
|
{
|
||||||
"platform": "chrome_web_store",
|
"platform": "chrome_web_store",
|
||||||
"id": "gemamigbbenahjlfnmlfdjhdnkpbkfjj"
|
"id": "gemamigbbenahjlfnmlfdjhdnkpbkfjj"
|
||||||
}, {
|
},
|
||||||
"platform": "play",
|
{
|
||||||
"url": "https://play.google.com/store/apps/details?id=com.limelight",
|
"platform": "play",
|
||||||
"id": "com.limelight"
|
"url": "https://play.google.com/store/apps/details?id=com.limelight",
|
||||||
}, {
|
"id": "com.limelight"
|
||||||
"platform": "itunes",
|
},
|
||||||
"url": "https://itunes.apple.com/us/app/moonlight-game-streaming/id1000551566"
|
{
|
||||||
}]
|
"platform": "itunes",
|
||||||
|
"url": "https://itunes.apple.com/us/app/moonlight-game-streaming/id1000551566"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"platform": "amazon",
|
||||||
|
"url": "https://www.amazon.com/gp/product/B00JK4MFN2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"platform": "f-droid",
|
||||||
|
"url": "https://f-droid.org/packages/com.limelight"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user