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:
parent
1a649d7533
commit
5de87697cf
2 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue