From 7b97d19e48929c340bfbf74be8c3b1af8fe29862 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 25 Jan 2026 01:08:53 +1100 Subject: [PATCH] fix: update app name from Cinny to Paarrot in HTML and manifest files --- index.html | 12 ++++++------ public/manifest.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index e9014b0..7f6cfb9 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ - Cinny - + Paarrot + - + - - + + diff --git a/public/manifest.json b/public/manifest.json index acdcd00..5db0238 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "name": "Cinny", - "short_name": "Cinny", + "name": "Paarrot", + "short_name": "Paarrot", "description": "Yet another matrix client", "dir": "auto", "lang": "en-US",