diff --git a/README.md b/README.md
index be40f6388..3a805e5b7 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ precise/original dates, sort tags, and more
- Storage (`READ_MEDIA_AUDIO`, `READ_EXTERNAL_STORAGE`) to read and play your music files
- Services (`FOREGROUND_SERVICE`, `WAKE_LOCK`) to keep the music playing in the background
+- Notifcations (`POST_NOTIFICATION`) to indicate ongoing playback and music loading
## Donate
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index ba4b27028..f7fa7b198 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -9,6 +9,7 @@
+