Skip to content

Commit

Permalink
Beautify plugin.json
Browse files Browse the repository at this point in the history
Looks like it was minified in cfc59e0. The beautified form is way easier to read, especially for an example.
  • Loading branch information
CouleeApps authored Nov 15, 2021
1 parent be51ae0 commit 184fa57
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
{"pluginmetadataversion": 2, "name": "Sample Plugin", "type": ["core", "ui", "architecture", "binaryview", "helper"], "api": ["python2", "python3"], "description": "This is a short description meant to fit on one line.", "longdescription":"", "license": {"name": "MIT", "text": "Copyright (c) <year> <copyright holders>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."}, "platforms": ["Darwin", "Linux", "Windows"], "installinstructions": {"Darwin": "Install the following pip packages: ...\n\nInstall the following brew packages: ...", "Linux": "Install the following pip packages: ...\n\nInstall the following apt packages: ...", "Windows": "Install the following pip packages: ...\n\nInstall the following libraries: ..."}, "dependencies": {"pip": ["array", "of", "pip", "dependencies"], "apt": ["apt", "packages"], "installers": ["https://bogus-domain/this-package.exe"], "other": ["The sample plugin requires [this random package](https://bogus-domain/this-package/) be installed."]}, "version": "1.3.3", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 1200}
{
"pluginmetadataversion": 2,
"name": "Sample Plugin",
"type": [
"core",
"ui",
"architecture",
"binaryview",
"helper"
],
"api": [
"python2",
"python3"
],
"description": "This is a short description meant to fit on one line.",
"longdescription": "",
"license": {
"name": "MIT",
"text": "Copyright (c) <year> <copyright holders>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
},
"platforms": [
"Darwin",
"Linux",
"Windows"
],
"installinstructions": {
"Darwin": "Install the following pip packages: ...\n\nInstall the following brew packages: ...",
"Linux": "Install the following pip packages: ...\n\nInstall the following apt packages: ...",
"Windows": "Install the following pip packages: ...\n\nInstall the following libraries: ..."
},
"dependencies": {
"pip": [
"array",
"of",
"pip",
"dependencies"
],
"apt": [
"apt",
"packages"
],
"installers": [
"https://bogus-domain/this-package.exe"
],
"other": [
"The sample plugin requires [this random package](https://bogus-domain/this-package/) be installed."
]
},
"version": "1.3.3",
"author": "Vector 35 Inc",
"minimumbinaryninjaversion": 1200
}

0 comments on commit 184fa57

Please sign in to comment.