1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-04-27 01:01:24 +00:00

Change meta tag for mobile web app capability

https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience
This commit is contained in:
Webysther Sperandio
2026-01-16 06:10:36 +01:00
committed by GitHub
parent dc19d40db1
commit 0e31be5357

View File

@@ -7,7 +7,7 @@
<meta name="description" content="">
<title>{{_('Comic Reader')}} | {{title}}</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
{% if g.google_site_verification|length > 0 %}
<meta name="google-site-verification" content="{{g.google_site_verification}}">
{% endif %}