diff --git a/README.md b/README.md index ac0bd05..3c58f1d 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,15 @@ Modern Flutter based Android client for [Fever](https://freshrss.github.io/FreshRSS/en/developers/06_Fever_API.html) compatible news sources using Material 3. This application is mainly intended as a client for [FreshRSS](https://github.com/freshrss/freshrss). It conforms to the Fever API specification, but compatibility with other implementations is not guaranteed. + +## Download + +You can download an APK from the [Releases](./releases) tab. + +## Screenshots + + + +### Notifications + + diff --git a/assets/home.png b/assets/home.png new file mode 100644 index 0000000..057aeab Binary files /dev/null and b/assets/home.png differ diff --git a/assets/notif.png b/assets/notif.png new file mode 100644 index 0000000..81d5e73 Binary files /dev/null and b/assets/notif.png differ diff --git a/assets/post.png b/assets/post.png new file mode 100644 index 0000000..0146bf0 Binary files /dev/null and b/assets/post.png differ