diff --git a/docs/Browsers/PWA.md b/docs/Browsers/PWA.md index 034fdda4e..977b08def 100644 --- a/docs/Browsers/PWA.md +++ b/docs/Browsers/PWA.md @@ -17,7 +17,7 @@ Install PWA at Chromium Edge -4. In next popup, give name to app, like `YourCompany Wekan`, and click `Add` +4. In next popup, give name to app, like `YourCompany WeKan`, and click `Add` 5. Now new app is in your Windows Start menu. @@ -99,7 +99,7 @@ Related, for creating apps to other appstores: https://github.com/wekan/wekan/wi 6. At Play Console https://play.google.com/console/ there is `App Integrity` button in the sidemenu (highlighted blue in the screenshot) where you find required 2 SHA256 keys for Caddyfile: -![image](https://user-images.githubusercontent.com/8823093/222261921-1afc64bd-6bcf-4ba1-9620-88572162746e.png) +![image](Play-Console-App-Integrity.png) 7. Caddy uses tabs for indenting. At `/etc/caddy` you can also `caddy format > ca` to format output and forward to new file, and if it works then `mv ca Caddyfile` and validate it `caddy validate` and reload `caddy reload`. Sometimes update caddy with `caddy upgrade` and after that `caddy stop` and `caddy start`. diff --git a/docs/Browsers/Play-Console-App-Integrity.png b/docs/Browsers/Play-Console-App-Integrity.png new file mode 100644 index 000000000..0c7808828 Binary files /dev/null and b/docs/Browsers/Play-Console-App-Integrity.png differ diff --git a/docs/Features/chromium-edge-install-pwa.png b/docs/Browsers/chromium-edge-install-pwa.png similarity index 100% rename from docs/Features/chromium-edge-install-pwa.png rename to docs/Browsers/chromium-edge-install-pwa.png