fix(branding): rename remaining Tanemaki → Tane in platform metadata
Web PWA manifest name, index.html <title> and apple-mobile-web-app-title, and the Windows executable ProductName / FileDescription.
This commit is contained in:
parent
ec5dca1e1c
commit
2f7095ca59
3 changed files with 5 additions and 5 deletions
|
|
@ -24,13 +24,13 @@
|
|||
<!-- 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="Tanemaki">
|
||||
<meta name="apple-mobile-web-app-title" content="Tane">
|
||||
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||
|
||||
<title>Tanemaki</title>
|
||||
<title>Tane</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Tanemaki",
|
||||
"name": "Tane",
|
||||
"short_name": "Tane",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
|
|
|
|||
|
|
@ -90,12 +90,12 @@ BEGIN
|
|||
BLOCK "040904e4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Comunes" "\0"
|
||||
VALUE "FileDescription", "Tanemaki — local-first traditional-seed inventory" "\0"
|
||||
VALUE "FileDescription", "Tane — local-first traditional-seed inventory" "\0"
|
||||
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
||||
VALUE "InternalName", "tane" "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2026 Comunes. Licensed under AGPL-3.0." "\0"
|
||||
VALUE "OriginalFilename", "tane.exe" "\0"
|
||||
VALUE "ProductName", "Tanemaki" "\0"
|
||||
VALUE "ProductName", "Tane" "\0"
|
||||
VALUE "ProductVersion", VERSION_AS_STRING "\0"
|
||||
END
|
||||
END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue