Change meta tag from apple-mobile to mobile-web app

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:54 +01:00
committed by GitHub
parent 0e31be5357
commit 4821b2b34c

View File

@@ -5,7 +5,7 @@
<title>{{_('DJVU Reader')}} | {{title}}</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, 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 %}