diff --git a/README.md b/README.md
index 5c54e83..09669d3 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,7 @@ If you like this project please give it a 🌟. Thank you 🙏.
## Features
-
-
+
@@ -93,6 +92,21 @@ If you like this project please give it a 🌟. Thank you 🙏.
>
>
+### Loading screen
+- Show game art
+ > Replace the black background with game art if it's available.
+- Show the estimated wait time
+ > The time is estimated by the server.
+ > It's not 100% correct: you might get in the game sooner or later.
+ > Don't be mad when the estimated time is inaccurate.
+ > Check [#51](https://github.com/redphx/better-xcloud/issues/51) for more info.
+- Show/hide the rocket animation
+ > Always show/Hide when queuing/Always hide.
+ > Hide this animation might save some battery life while queuing.
+
+
+
+
### UI
- **Simplify Stream's menu**
> Hide the labels of the menu buttons.
@@ -118,7 +132,7 @@ If you like this project please give it a 🌟. Thank you 🙏.
> Works with Chrome/Chromium browsers.
> Doesn't work with Safari.
>
- > 
+ > 
> *(click to enlarge)*
- **Stretch video to full sctreen**
diff --git a/better-xcloud.meta.js b/better-xcloud.meta.js
index 445bfec..7da482e 100644
--- a/better-xcloud.meta.js
+++ b/better-xcloud.meta.js
@@ -1,5 +1,5 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
-// @version 1.12
+// @version 1.13
// ==/UserScript==
diff --git a/better-xcloud.user.js b/better-xcloud.user.js
index 6ca55d2..21bc0d4 100644
--- a/better-xcloud.user.js
+++ b/better-xcloud.user.js
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
-// @version 1.12
+// @version 1.13
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
@@ -13,7 +13,7 @@
// ==/UserScript==
'use strict';
-const SCRIPT_VERSION = '1.12';
+const SCRIPT_VERSION = '1.13';
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
console.log(`[Better xCloud] readyState: ${document.readyState}`);