feat(manifest): Add information about native applications on fdroid and play
This commit is contained in:
parent
4216968c10
commit
b7e672801c
|
@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue