feat: add amazon and fdroid apps to web app manifest

This commit is contained in:
Jorys Paulin 2024-10-02 12:45:48 +02:00 committed by Cameron Gutman
parent b766575ed1
commit 51241db29d

View File

@ -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"
}
]
} }