From 05da7e24a7cb376394e2647ba4a35b81abee13e7 Mon Sep 17 00:00:00 2001 From: Miraty Date: Fri, 18 Feb 2022 16:37:41 +0100 Subject: [PATCH] Remove the WebManifest --- CHANGELOG.md | 1 + README.md | 2 -- README_fr.md | 2 -- index.php | 1 - manifest.php | 27 --------------------------- 5 files changed, 1 insertion(+), 32 deletions(-) delete mode 100755 manifest.php diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b46e7..e210133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Ubuntu font (use system font instead) * OpenSearch plugin (because LibreQR is not a search engine) +* WebManifest (because LibreQR is not a progressive web app) ## 1.3.0 - 2020-11-03 diff --git a/README.md b/README.md index 0866f0b..44693ce 100755 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ A LibreQR instance is available at . ## How it works -A [WebManifest](https://developer.mozilla.org/docs/Web/Manifest) is also included, which allows better system integration using Fennec (Firefox Android) ou Chromium. - QR codes generated are located in the temp/ directory, named with the number of random characters set in config.inc.php (32 by default), and then deleted after the time set in config.inc.php (2 days by default). See `config.inc.php` for more settings. diff --git a/README_fr.md b/README_fr.md index 0b0e0fb..cc27799 100644 --- a/README_fr.md +++ b/README_fr.md @@ -10,8 +10,6 @@ Une instance de LibreQR est disponible sur . ## Fonctionnement -Un [WebManifest](https://developer.mozilla.org/docs/Web/Manifest) est également inclus, ce qui permet de mieux l'intégrer au système via Fennec (Firefox Android) ou Chromium. - Les codes QR générés sont placés dans le dossier temp/, nommés avec le nombre de caractères aléatoires indiqué dans config.inc.php (32 par défaut), puis supprimés après le temps indiqué dans config.inc.php (2 jours par défaut). Voir `config.inc.php` pour plus de paramètres. diff --git a/index.php b/index.php index 8f95e50..b11e365 100755 --- a/index.php +++ b/index.php @@ -74,7 +74,6 @@ if ( - -{ - "dir": "ltr", - "lang": "", - "name": "LibreQR", - "short_name": "LibreQR", - "description": "", - "start_url": "", - "scope": "", - "orientation": "any", - "icons": - [ - - { - "src": "themes//icons/.png", - "sizes": "x", - "type": "image/png" - }, - - { - "src": "themes//icons/.png", - "sizes": "x", - "type": "image/png" - } - ] -}