File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " betaflight-configurator" ,
3
3
"productName" : " Betaflight Configurator" ,
4
+ "displayName" : " Betaflight - Configurator" ,
4
5
"description" : " Crossplatform configuration tool for Betaflight flight control system." ,
5
6
"version" : " 11.0.0" ,
6
7
"main" : " main.html" ,
Original file line number Diff line number Diff line change 6
6
< script type ="module " src ="/src/js/utils/common.js "> </ script >
7
7
< script type ="module " src ="/src/js/browserMain.js "> </ script >
8
8
9
- < title > Betaflight</ title >
10
- < meta name ="description " content ="Configurator for betaflight firmware ">
9
+ < title > Betaflight - Configurator </ title >
10
+ < meta name ="description " content ="Configurator for Betaflight firmware ">
11
11
< link rel ="icon " href ="/images/pwa/favicon.ico ">
12
12
< link rel ="apple-touch-icon " href ="/images/pwa/apple-touch-icon.png " sizes ="128x128 ">
13
13
< meta name ="theme-color " content ="#eea600 ">
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export default defineConfig({
92
92
} ,
93
93
includeAssets : [ 'favicon.ico' , 'apple-touch-icon.png' ] ,
94
94
manifest : {
95
- name : pkg . productName ,
95
+ name : pkg . displayName ,
96
96
short_name : pkg . productName ,
97
97
description : pkg . description ,
98
98
theme_color : '#ffffff' ,
You can’t perform that action at this time.
0 commit comments