From 5de87697cfc5167bbc5b6f70ac680b3c3446ef3b Mon Sep 17 00:00:00 2001 From: flemming-it Date: Thu, 18 Jun 2026 14:29:24 +0200 Subject: [PATCH] =?UTF-8?q?fix(web):=20replace=20Flutter=20default=20place?= =?UTF-8?q?holders=20with=20Recl=E2=88=86Im=20branding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The generated web target still carried 'reclaim_app' titles and the 'A new Flutter project.' description. Set the document title, apple-mobile-web-app-title, PWA manifest name/short_name to the display mark Recl∆Im and give both the index meta and the manifest a real product description. The Dart package identifier reclaim_app stays — only the user-facing strings change. Signed-off-by: flemming-it --- app/web/index.html | 6 +++--- app/web/manifest.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/web/index.html b/app/web/index.html index ba23a71..a299f3b 100644 --- a/app/web/index.html +++ b/app/web/index.html @@ -18,18 +18,18 @@ - + - + - reclaim_app + Recl∆Im diff --git a/app/web/manifest.json b/app/web/manifest.json index 2bcfb6d..543e961 100644 --- a/app/web/manifest.json +++ b/app/web/manifest.json @@ -1,11 +1,11 @@ { - "name": "reclaim_app", - "short_name": "reclaim_app", + "name": "Recl∆Im", + "short_name": "Recl∆Im", "start_url": ".", "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", - "description": "A new Flutter project.", + "description": "Recl∆Im — Pflicht-basierte Wirkungsanalyse für Rechtsnormen, auf der Ch∆In-Plattform.", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [