1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-09-30 00:58:08 +00:00
qownnotes-scripts/example-script/info.json

8 lines
359 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:08:54 +00:00
"description" : "Use this script to start a new script you want to submit to the script repository.\n\nJust copy the whole 'example-script' folder from the git-repository on GitHub and rename both the folder and 'example-script.qml'."
2017-05-16 13:52:33 +00:00
}