Skip to content

Instantly share code, notes, and snippets.

@jordancluts
Last active August 31, 2021 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordancluts/f8133e86ad7283095ba70d6db24df370 to your computer and use it in GitHub Desktop.
Save jordancluts/f8133e86ad7283095ba70d6db24df370 to your computer and use it in GitHub Desktop.
Development App Manifest for Scoop Extras
{
"version":"2.1.0_1.53c",
"description": "Fiji is an image processing package — a \"batteries-included\" distribution of ImageJ, bundling many plugins which facilitate scientific image analysis. ",
"homepage":"https://fiji.sc/",
"license":{
"identifier":"GPL-3.0-only",
"url":"https://github.com/fiji/fiji/blob/master/LICENSE.txt"
},
"architecture": {
"64bit":{
"url":"https://downloads.imagej.net/fiji/latest/fiji-win64.zip",
"hash":"169c5b29ea56eb69957b4d7f13f7cb3bd5e936c88ec3de8b20a31c202b2b6f07",
"bin":[["ImageJ-win64.exe","Fiji"]],
"shortcuts":[["ImageJ-win64.exe","Fiji"]]
},
"32bit":{
"url":"https://downloads.imagej.net/fiji/latest/fiji-win32.zip",
"hash":"BB5DEFFF0CC081129AFE208C97179CB24372F99C9D8E8A231820AE0D227D87B9",
"bin":[["ImageJ-win32.exe","Fiji"]],
"shortcuts":[["ImageJ-win32.exe","Fiji"]]
}
},
"extract_dir":"Fiji.app"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment