mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-10-31 23:38:08 +00:00
10 lines
469 B
JSON
10 lines
469 B
JSON
{
|
|
"name": "Example script",
|
|
"identifier": "example-script",
|
|
"script": "example-script.qml",
|
|
"authors": ["@pbek"],
|
|
"platforms": ["linux", "macos", "windows"],
|
|
"version": "0.0.2",
|
|
"minAppVersion": "17.06.2",
|
|
"description" : "Use this script to start a new script you want to submit to the script repository.\n\nJust copy the whole <i>example-script</i> folder from the git-repository on GitHub and rename both the folder and <i>example-script.qml</i>."
|
|
}
|