feat(manifest): Add information about native applications on fdroid and play

This commit is contained in:
Georg Krause 2022-10-17 16:35:18 +02:00 committed by Georg Krause
parent 4216968c10
commit b7e672801c
1 changed files with 12 additions and 0 deletions

View File

@ -46,6 +46,18 @@ export default defineConfig(({ mode }) => ({
sizes: '512x512', sizes: '512x512',
type: 'image/png' type: 'image/png'
} }
],
related_applications: [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=audio.funkwhale.ffa",
"id": "audio.funkwhale.ffa"
},
{
"platform": "f-droid",
"url": "https://f-droid.org/en/packages/audio.funkwhale.ffa/",
"id": "audio.funkwhale.ffa"
}
] ]
} }
}) })