fix(web): replace Flutter default placeholders with Recl∆Im branding

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 <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-18 14:29:24 +02:00
parent 1a649d7533
commit 5de87697cf
2 changed files with 6 additions and 6 deletions

View file

@ -18,18 +18,18 @@
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="description" content="Recl∆Im — Pflicht-basierte Wirkungsanalyse für Rechtsnormen, auf der Ch∆In-Plattform.">
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="reclaim_app">
<meta name="apple-mobile-web-app-title" content="Recl∆Im">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>reclaim_app</title>
<title>Recl∆Im</title>
<link rel="manifest" href="manifest.json">
</head>
<body>

View file

@ -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": [