10 lines
313 B
JSON
10 lines
313 B
JSON
{
|
|
"Author": "your name here",
|
|
"Name": "Sample Plugin",
|
|
"Description": "A simple description that shows up in /xlplugins. List any major slash-command(s).",
|
|
"InternalName": "samplePlugin",
|
|
"AssemblyVersion": "1.0.0.0",
|
|
"RepoUrl": "https://github.com/yourName/yourRepo",
|
|
"ApplicableVersion": "any"
|
|
}
|