1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-06-02 10:42:16 +00:00

Replace apple-mobile-web-app-capable with mobile-web-app-capable

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:13:03 +01:00
committed by GitHub
parent e2eed3d311
commit d77d682ee0
+1 -1
View File
@@ -7,7 +7,7 @@
<title>{{ entry.title }}</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<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 %}