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:
authorKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2016-04-25 16:47:18 +0300
committerKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2016-04-25 16:47:18 +0300
commit11b80a67ff79a6b63ec7535129dbf8ac98bba4a0 (patch)
treea16004da8dea838d8eba4884021499d10f7c55ea /manifest.json
parent4e8d94304e56a7543f46dd74544c6cf56d00bd78 (diff)
Some rebranding
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"
}
}