example1.json 401 B

123456789101112131415
  1. {
  2. "id": "test1",
  3. "description": [
  4. { "en_US", "Name1", "Description 1" }
  5. ],
  6. "version": "0.0.1",
  7. "release": "0.0-beta",
  8. "license": "MIT",
  9. "category": "tools",
  10. "url": "file://@URL/test1-$VERSION-$ARCH.zip",
  11. "eula": "https://github.com/myuser/test1/raw/master/LICENSE.$LANG",
  12. "homepage": "https://myuser.github.io/test1",
  13. "bugtracker": "https://github.com/myuser/test1/issues"
  14. }