You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
627 B

  1. {
  2. "$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "ExampleMan",
  4. "description": [
  5. "#![Demo.description.md]",
  6. "A demo plugin written for the BSIPA basic tutorial."
  7. ],
  8. "gameVersion": "1.6.0",
  9. "id": null,
  10. "name": "Demo Plugin",
  11. "version": "0.0.1",
  12. "features": [
  13. ],
  14. "links": {
  15. "project-home": "https://example.com/demo-plugin",
  16. "project-source": "https://github.com/exampleman/demo-plugin/",
  17. "donate": "https://ko-fi.com/exampleman"
  18. },
  19. "misc": {
  20. "plugin-hint": "Demo.Plugin"
  21. }
  22. }