From dc19d40db1d8b8f66b3a688745739dd61a48665f Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 16 Jan 2026 06:10:05 +0100 Subject: [PATCH 1/8] Change meta tag for mobile web app capability https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience --- cps/templates/read.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/read.html b/cps/templates/read.html index 86d7347e9..429920804 100644 --- a/cps/templates/read.html +++ b/cps/templates/read.html @@ -7,7 +7,7 @@ {{_('epub Reader')}} | {{title}} - + {% if g.google_site_verification|length > 0 %} {% endif %} From 0e31be5357e829b804b2ace1aa5787c0750e61bc Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 16 Jan 2026 06:10:36 +0100 Subject: [PATCH 2/8] Change meta tag for mobile web app capability https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience --- cps/templates/readcbr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/readcbr.html b/cps/templates/readcbr.html index 39786ec2d..8863e80bc 100644 --- a/cps/templates/readcbr.html +++ b/cps/templates/readcbr.html @@ -7,7 +7,7 @@ {{_('Comic Reader')}} | {{title}} - + {% if g.google_site_verification|length > 0 %} {% endif %} From 4821b2b34c2f429e00def294ae592cfb7a3ec440 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 16 Jan 2026 06:10:54 +0100 Subject: [PATCH 3/8] 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 --- cps/templates/readdjvu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/readdjvu.html b/cps/templates/readdjvu.html index bdc3ef959..2d34cbd45 100644 --- a/cps/templates/readdjvu.html +++ b/cps/templates/readdjvu.html @@ -5,7 +5,7 @@ {{_('DJVU Reader')}} | {{title}} - + {% if g.google_site_verification|length > 0 %} {% endif %} From b00abd283a6a3fa6dc3a70754c879fe2c3b3a287 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 16 Jan 2026 06:11:29 +0100 Subject: [PATCH 4/8] Update readtxt.html https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience --- cps/templates/readtxt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/readtxt.html b/cps/templates/readtxt.html index 82b6e1a83..17099066c 100644 --- a/cps/templates/readtxt.html +++ b/cps/templates/readtxt.html @@ -6,7 +6,7 @@ {{_('txt Reader')}} | {{title}} - + {% if g.google_site_verification|length > 0 %} {% endif %} From b5dac9e1a70e6024b2a48124c8de218ea4dea3a0 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 16 Jan 2026 06:12:02 +0100 Subject: [PATCH 5/8] Change meta tag for mobile web app capability https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience --- cps/templates/shelfdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/shelfdown.html b/cps/templates/shelfdown.html index ecf5b2522..5af3f6d5f 100644 --- a/cps/templates/shelfdown.html +++ b/cps/templates/shelfdown.html @@ -5,7 +5,7 @@ - + {% if g.google_site_verification|length > 0 %} {% endif %} From 54a47cfc18b0c55d1590a330541cc9c1b7245278 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 16 Jan 2026 06:12:21 +0100 Subject: [PATCH 6/8] Change meta tag for mobile web app capability https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience --- cps/templates/http_error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/http_error.html b/cps/templates/http_error.html index 1c3e17a80..ad3640920 100644 --- a/cps/templates/http_error.html +++ b/cps/templates/http_error.html @@ -5,7 +5,7 @@ - + {% if g.google_site_verification|length > 0 %} {% endif %} From e2eed3d3113fe57c8f988422100f79e58cf7b750 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 16 Jan 2026 06:12:45 +0100 Subject: [PATCH 7/8] Update layout.html https://web.dev/learn/pwa/web-app-manifest?hl=pt-br#designing_your_pwa_experience --- cps/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index f826aa51b..5a0849b22 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -7,7 +7,7 @@ - + {% if g.google_site_verification|length > 0 %} {% endif %} From d77d682ee0203f13731d7b258b42ea62fda335b0 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 16 Jan 2026 06:13:03 +0100 Subject: [PATCH 8/8] 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 --- cps/templates/listenmp3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/listenmp3.html b/cps/templates/listenmp3.html index 6cd8c6076..4ba6931e8 100644 --- a/cps/templates/listenmp3.html +++ b/cps/templates/listenmp3.html @@ -7,7 +7,7 @@ {{ entry.title }} - + {% if g.google_site_verification|length > 0 %} {% endif %}