diff --git a/src/options/Run.vue b/src/options/Run.vue index 7381865..4c8839d 100644 --- a/src/options/Run.vue +++ b/src/options/Run.vue @@ -80,6 +80,12 @@
+
+ A script is a custom snippet of JavaScript that can be like a normal action, but it can also access the context of the browser and run more complex logic. The available + script API provides many tools to interact both with other Platypush devices and with the browser context. You can check some examples + here. +
+
@@ -503,6 +509,7 @@ export default { } .help { + max-width: 50em; margin-bottom: 1em; }