diff --git a/Info-section.md b/Info-section.md new file mode 100644 index 0000000..0383c17 --- /dev/null +++ b/Info-section.md @@ -0,0 +1,14 @@ +Every script file needs an info section +```json +{ + "info": { + "title": "Example", + "description": "An example script file", + "longDescription": "This is an optional extended description\nto be shown after selecting the file.", + "version": "1" + } +} +``` +- The `title` and `description` will be shown in the main list to identify the file. +- The `longDescription` will be shown after selecting the file, if it's not found, then the `description` will be used +- The `version` is used to confirm that the file is usable in this version of the app, this should currently always be `1` \ No newline at end of file