Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json
index 3cd820ac..f24e0fcb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,11 +1,11 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "1.2.1",
- "author": "Hydra",
- "name": "Cleanflight - Configurator",
- "short_name": "cleanflight",
- "description": "Crossplatform configuration tool for Cleanflight flight control system",
+ "version": "1.0.0",
+ "author": "Several",
+ "name": "INAVFlight - Configurator",
+ "short_name": "INAV",
+ "description": "Crossplatform configuration tool for INAVFlight flight control system",
"offline_enabled": true,
@@ -44,6 +44,6 @@
],
"icons": {
- "128": "images/icon_128.png"
+ "128": "images/inav_icon_128.png"
}
}