Change web app title to Kiwix JS PWA

Former-commit-id: 7def94bdc8c92a3d16e2efa4825b641c511c1351 [formerly f929b7afdf0218d8f75cd4fecbc94f22d0c2a54d [formerly 2aa9ffec0cdd04741edb48fda05b57d32ec37b27]]
Former-commit-id: 4538c7844d982b8ce045d6f42b4185a7a400159b
Former-commit-id: fee786b65687fcec07d1d530bd66326c93cf5a99
This commit is contained in:
Jaifroid 2021-02-06 13:12:34 +00:00
parent 53753860c1
commit b6e15250aa
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Kiwix JS for Windows # Kiwix JS for Windows
*There is a browser-based deployment and **installable Progressive Web App (PWA)** version of this app [here](https://pwa.kiwix.org/), *There is a browser-based deployment and **(installable Progressive Web App (PWA))[https://pwa.kiwix.org/]** version of this app at
but you will need a ZIM file for testing.* A [development deployment](https://kiwix.github.io/kiwix-js-windows/) is also available, but https://pwa.kiwix.org/, but you will need a ZIM file for testing.* A [development deployment](https://kiwix.github.io/kiwix-js-windows/)
code may change rapidly, and it is not recommended to install this as a PWA. is also available, but code may be buggy and change rapidly, and it is not recommended to install this as a PWA.
This repository is for development of the Kiwix JS app for Windows 10 Universal Windows Platform, PWA, Electron and NWJS. This repository is for development of the Kiwix JS app for Windows 10 Universal Windows Platform, PWA, Electron and NWJS.
Latest development code is usually on the [master-dev](https://github.com/kiwix/kiwix-js-windows/tree/master-dev/) branch. Latest development code is usually on the [master-dev](https://github.com/kiwix/kiwix-js-windows/tree/master-dev/) branch.

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Kiwix JS for Windows</title> <title>Kiwix JS PWA</title>
<meta name="description" content="Offline Wikipedia reader"> <meta name="description" content="Offline Wikipedia reader">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src http: https: file: data: blob: chrome-extension: ms-appx-web: 'unsafe-inline' 'unsafe-eval';"> <meta http-equiv="Content-Security-Policy" content="default-src http: https: file: data: blob: chrome-extension: ms-appx-web: 'unsafe-inline' 'unsafe-eval';">