mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +03:00
Adjust title/name to be in coherence with Blackbox (#3934)
This commit is contained in:
parent
6105210e9e
commit
df226eacd3
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "betaflight-configurator",
|
"name": "betaflight-configurator",
|
||||||
"productName": "Betaflight Configurator",
|
"productName": "Betaflight Configurator",
|
||||||
|
"displayName": "Betaflight - Configurator",
|
||||||
"description": "Crossplatform configuration tool for Betaflight flight control system.",
|
"description": "Crossplatform configuration tool for Betaflight flight control system.",
|
||||||
"version": "11.0.0",
|
"version": "11.0.0",
|
||||||
"main": "main.html",
|
"main": "main.html",
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<script type="module" src="/src/js/utils/common.js"></script>
|
<script type="module" src="/src/js/utils/common.js"></script>
|
||||||
<script type="module" src="/src/js/browserMain.js"></script>
|
<script type="module" src="/src/js/browserMain.js"></script>
|
||||||
|
|
||||||
<title>Betaflight</title>
|
<title>Betaflight - Configurator</title>
|
||||||
<meta name="description" content="Configurator for betaflight firmware">
|
<meta name="description" content="Configurator for Betaflight firmware">
|
||||||
<link rel="icon" href="/images/pwa/favicon.ico">
|
<link rel="icon" href="/images/pwa/favicon.ico">
|
||||||
<link rel="apple-touch-icon" href="/images/pwa/apple-touch-icon.png" sizes="128x128">
|
<link rel="apple-touch-icon" href="/images/pwa/apple-touch-icon.png" sizes="128x128">
|
||||||
<meta name="theme-color" content="#eea600">
|
<meta name="theme-color" content="#eea600">
|
||||||
|
|
|
@ -92,7 +92,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
includeAssets: ['favicon.ico', 'apple-touch-icon.png'],
|
includeAssets: ['favicon.ico', 'apple-touch-icon.png'],
|
||||||
manifest: {
|
manifest: {
|
||||||
name: pkg.productName,
|
name: pkg.displayName,
|
||||||
short_name: pkg.productName,
|
short_name: pkg.productName,
|
||||||
description: pkg.description,
|
description: pkg.description,
|
||||||
theme_color: '#ffffff',
|
theme_color: '#ffffff',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue