manifest.json - Estia-advanced-programming/pandora-public GitHub Wiki

manifest.json

Examples

your first manifest could be:

{
  "version" : "1.1.0",
  "features" : [
	  "version",
	  "help",
	  "version",
	  "filenames",
	  "parameters",
	  "debug",
  ]
}

Your second manifest after implementing the features avgAlt and maxAlt

{
  "version" : "1.2.0",
  "features" : [
	  "version",
	  "help",
	  "version",
	  "filenames",
	  "parameters",
	  "debug",
	  "avgAlt",
	  "maxAlt"
  ]
}
⚠️ **GitHub.com Fallback** ⚠️