info.json 855 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "type" : "Standard",
  3. "name" : "Example (Standard Plugin)",
  4. "icon" : ":/CC/plugin/ExamplePlugin/images/icon.png",
  5. "description": "This is a description of the marvelous Example plugin. It does nothing.",
  6. "authors" : [
  7. {
  8. "name" : "Daniel Girardeau-Montaut",
  9. "email" : "daniel.girardeau@gmail.com"
  10. }
  11. ],
  12. "maintainers" : [
  13. {
  14. "name" : "Andy Maloney",
  15. "email" : "asmaloney@gmail.com"
  16. },
  17. {
  18. "name" : "Example NoEmail"
  19. }
  20. ],
  21. "references" : [
  22. {
  23. "text" : "The unsuccessful self-treatment of a case of “writer's block”",
  24. "url" : "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1311997/"
  25. },
  26. {
  27. "text" : "Sword swallowing and its side effects",
  28. "url" : "http://www.bmj.com/content/333/7582/1285"
  29. },
  30. {
  31. "text" : "I thought of creating this wonderful plugin while I was hiking up ⛰ Mont Blanc"
  32. }
  33. ]
  34. }