summaryrefslogtreecommitdiffstats
path: root/extensions/test/data/unpacker/bad_image/manifest.json
blob: 90486061f51ac76e7b0fe85274f5932651159d15 (plain)
1
2
3
4
5
6
7
{
  "name": "Bad Image",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Package with a bad image to be used for unit testing.",
  "icons": { "128":  "not_really_an_image.png" }
}