diff --git a/README.md b/README.md index a6d85ec..e79247d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # Timer Application for [ZEPP OS](https://docs.zepp.com/docs/intro/) devices - +## Table of Contents +1. [Description](#description) +2. [Quick start](#quick-start) +3. [Privacy Statement](#privacy-statement) +4. [Permissions](#permissions) + +### Description + +Service category: Common + +App classification: Utilities + +App introduction: Timer with interval notifications + + Timerr is a simple and convenient app that will help you with your workouts. Set the timer to a specific time and interval, and the app will notify you of each interval. @@ -22,23 +36,36 @@ Languages: - en-US - ru-RU -## Quick start +### Quick start - Select timer - + - Or create new timer - + - Select interval - + - Or create new interval - + - Timer progress with interval notifications - + - End - + + +### Privacy Statement + +We collect only device-specific information, such as the shape and size of your screen, to improve usability of the app. +We **do not collect** any personal information, and **do not share** any information with third parties. + +We may make changes to this privacy statement from time to time. To stay up-to-date on the latest changes, please review this statement +periodically. + +### Permissions + +- Getting device info +- Local storage diff --git a/readme/01_timer.png b/readme/01_timer.png index aadd74e..b2c0df8 100644 Binary files a/readme/01_timer.png and b/readme/01_timer.png differ diff --git a/readme/02_new_timer.png b/readme/02_new_timer.png index 4b3ac72..d9ed246 100644 Binary files a/readme/02_new_timer.png and b/readme/02_new_timer.png differ diff --git a/readme/03_interval.png b/readme/03_interval.png index aaee04a..07c85a4 100644 Binary files a/readme/03_interval.png and b/readme/03_interval.png differ diff --git a/readme/04_new_interval.png b/readme/04_new_interval.png index cca7fbd..90e331f 100644 Binary files a/readme/04_new_interval.png and b/readme/04_new_interval.png differ diff --git a/readme/05_countdown.png b/readme/05_countdown.png index 77da182..cacad61 100644 Binary files a/readme/05_countdown.png and b/readme/05_countdown.png differ diff --git a/readme/06_end.png b/readme/06_end.png index d338b77..db1acc6 100644 Binary files a/readme/06_end.png and b/readme/06_end.png differ diff --git a/readme/icon.png b/readme/icon.png index a56db40..aa98bc9 100644 Binary files a/readme/icon.png and b/readme/icon.png differ