Skip to content

Commit

Permalink
Updating product name and description (#3944)
Browse files Browse the repository at this point in the history
blckmn authored May 12, 2024
1 parent e8d9e50 commit 8f34fd6
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "betaflight-configurator",
"productName": "Betaflight Configurator",
"displayName": "Betaflight - Configurator",
"description": "Crossplatform configuration tool for Betaflight flight control system.",
"productName": "Betaflight",
"displayName": "Betaflight - Configuration and management tool",
"description": "Crossplatform configuration and management tool for the Betaflight flight control firmware.",
"version": "11.0.0",
"main": "main.html",
"chromium-args": "--disable-features=nw2",
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@
<script type="module" src="/src/js/utils/common.js"></script>
<script type="module" src="/src/js/browserMain.js"></script>

<title>Betaflight - Configurator</title>
<meta name="description" content="Configurator for Betaflight firmware">
<title>Betaflight</title>
<meta name="description" content="Configuration and management tool for the Betaflight flight control firmware">
<link rel="icon" href="/images/pwa/favicon.ico">
<link rel="apple-touch-icon" href="/images/pwa/apple-touch-icon.png" sizes="128x128">
<meta name="theme-color" content="#eea600">

0 comments on commit 8f34fd6

Please sign in to comment.