qownnotes-scripts/example-script/info.json

8 lines
369 B
JSON
Raw Normal View History

2017-05-16 13:52:33 +00:00
{
"name": "Example script",
2017-05-16 17:03:37 +00:00
"identifier": "example-script",
2017-05-16 13:52:33 +00:00
"script": "example-script.qml",
"version": "0.0.1",
2017-05-16 17:20:53 +00:00
"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>."
2017-05-16 13:52:33 +00:00
}