From 9d7daa2ca344eebbd4ae3ee347164cf0ffd25d96 Mon Sep 17 00:00:00 2001 From: ItsZariep Date: Sat, 26 Jul 2025 02:59:20 -0600 Subject: [PATCH 1/2] Add EKQR --- apps/ekqr.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 apps/ekqr.yml diff --git a/apps/ekqr.yml b/apps/ekqr.yml new file mode 100644 index 0000000..346ad4c --- /dev/null +++ b/apps/ekqr.yml @@ -0,0 +1,23 @@ +name: EKQR +description: Easy (and complete) KaiOS QR Scanner/Generator/Manager +screenshots: + - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/1.webp + - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/2.webp + - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/3.webp + - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/5.webp +license: GPL-3-only +icon: https://codeberg.org/ItsZariep/ekqr/raw/branch/main/application/ekqr.png +website: https://codeberg.org/ItsZariep/ekqr +git_repo: https://codeberg.org/ItsZariep/ekqr +download: + url: https://codeberg.org/ItsZariep/ekqr/releases/latest +author: ItsZariep +maintainer: ItsZariep +has_tracking: false +has_ads: true +donation: https://ko-fi.com/itszariep +meta: + tags: qr; + categories: + - utility +type: packaged -- GitLab From ecb6f65f2a9c286b2c11a4784da0a612b3b81eb3 Mon Sep 17 00:00:00 2001 From: ItsZariep Date: Sun, 27 Jul 2025 03:17:25 -0600 Subject: [PATCH 2/2] Edit ekqr.yml --- apps/ekqr.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/ekqr.yml b/apps/ekqr.yml index 346ad4c..0b30b3d 100644 --- a/apps/ekqr.yml +++ b/apps/ekqr.yml @@ -1,16 +1,16 @@ name: EKQR description: Easy (and complete) KaiOS QR Scanner/Generator/Manager screenshots: - - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/1.webp - - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/2.webp - - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/3.webp - - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/5.webp + - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/1.jpg + - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/2.jpg + - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/3.jpg + - https://codeberg.org/ItsZariep/pages/raw/branch/main/assets/projects/ekqr/img/5.jpg license: GPL-3-only icon: https://codeberg.org/ItsZariep/ekqr/raw/branch/main/application/ekqr.png -website: https://codeberg.org/ItsZariep/ekqr git_repo: https://codeberg.org/ItsZariep/ekqr download: - url: https://codeberg.org/ItsZariep/ekqr/releases/latest + url: https://codeberg.org/ItsZariep/ekqr/releases/download/latest/ekqr.zip + manifest: https://codeberg.org/ItsZariep/ekqr/releases/download/latest/version.json author: ItsZariep maintainer: ItsZariep has_tracking: false -- GitLab