+ Yes. We only use your credentials to authenticate with the Stremio API. We do not store them in any way; as soon as you refresh the page they are gone.
+
+
+ If you're still in doubt, we highly encourage you to go read the source code. You'll see there's no hidden funny business going on.
+
+
What is the developer console and how do I open it?
diff --git a/src/components/Summary.vue b/src/components/Summary.vue
index 628ab1a..e9022b6 100644
--- a/src/components/Summary.vue
+++ b/src/components/Summary.vue
@@ -2,29 +2,47 @@
Why?
- Stremio currently doesn't allow users to change the order that their installed addons appear on the home
- screen.
- As a work around, it is common for users to remove and re-install addons in the order they want
- them to appear. This is a tedious and cumbersome process. This addon uses the internal Stremio API to
- manipulate addon order without having to add/remove them.
+ Stremio currently doesn't allow users to change the order that their
+ installed addons appear on the home screen. As a work around, it is common
+ for users to remove and re-install addons in the order they want them to
+ appear. This is a tedious and cumbersome process. This addon uses the
+ internal Stremio API to manipulate addon order without having to
+ add/remove them.
- This is a workaround and not a solution. It is not recommended to
- use this tool unless you are comfortable with the risks involved.
+ This is a workaround and not a solution.
+ It is not recommended to use this tool unless you are comfortable with the
+ risks involved.
No support or warranty is given.