diff --git a/README.md b/README.md index 042380b648..d029ea5846 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -Baseflight Configurator -======================= +Cleanflight Configurator +======================== + Configurator based on chrome.serial API running on Google Chrome/Chromium core Keep in mind that this configurator is the most up-to-date configurator implementation for Baseflight flight software, @@ -29,4 +30,8 @@ Linux users Developers ---------- -We accept clean and reasonable patches, always target the "development" branch for the pull requests \ No newline at end of file +We accept clean and reasonable patches, always target the "development" branch for the pull requests + +Note +---- +This is a fork of Baseflight Configurator to support Cleanflight instead of baseflight. diff --git a/images/icon_128.png b/images/icon_128.png index 9747751e25..678cc1fc64 100644 Binary files a/images/icon_128.png and b/images/icon_128.png differ diff --git a/manifest.json b/manifest.json index cdfdef7348..6c55b96c6e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "minimum_chrome_version": "33", "version": "0.39", - "author": "cTn", - "name": "Baseflight - Configurator", - "short_name": "baseflight", - "description": "Crossplatform configuration tool for Baseflight flight control system", + "author": "Hydra", + "name": "Cleanflight - Configurator", + "short_name": "cleanflight", + "description": "Crossplatform configuration tool for Cleanflight flight control system", "offline_enabled": true,