akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.62k stars 88 forks source link

[feature request] Add meta tags for web-app experience on mobile #185

Closed shooftie closed 2 years ago

shooftie commented 2 years ago

Add meta tags to <head /> to allow for app-like functionality on mobile:

<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

This can make for a better experience when adding a bookmark to your homescreen (on Android, certainly).