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.

19 lines
602 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. "links": {
  13. "project-home": "https://example.com/demo-plugin",
  14. "project-source": "https://github.com/exampleman/demo-plugin/",
  15. "donate": "https://ko-fi.com/exampleman"
  16. },
  17. "misc": {
  18. "plugin-hint": "Demo.Plugin"
  19. }
  20. }