Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating product name and description #3944

Merged
merged 3 commits into from
May 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down