diff --git a/package.json b/package.json index 77e9b0d..ecd798a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedy-tuner-cloud", - "description": "Speeduino Tuning Software", + "description": "SpeedyTuner Cloud - Share your Speeduino tune and logs", "version": "0.1.0", "private": true, "license": "MIT", diff --git a/public/img/screen.png b/public/img/screen.png new file mode 100644 index 0000000..12d1dec Binary files /dev/null and b/public/img/screen.png differ diff --git a/public/index.html b/public/index.html index c088eeb..be74af4 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,15 @@ - SpeedyTuner + + + + + + + + + SpeedyTuner Cloud diff --git a/public/manifest.json b/public/manifest.json index aca0620..8673948 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,7 @@ { "short_name": "SpeedyTuner", - "name": "Speeduino Tuning Software", + "name": "SpeedyTuner Cloud", + "description": "SpeedyTuner Cloud - Share your Speeduino tune and logs", "icons": [ { "src": "/icons/icon.ico", diff --git a/src/App.tsx b/src/App.tsx index fd5bb9d..177c5f6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -66,7 +66,7 @@ const App = ({ ui, config }: { ui: UIState, config: ConfigType }) => { - +