Chromium Code Reviews| Index: chrome/test/data/extensions/unpacker/bad_zip/manifest.json |
| diff --git a/chrome/test/data/extensions/unpacker/bad_zip/manifest.json b/chrome/test/data/extensions/unpacker/bad_zip/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5df0fb5af71759c5912a65d3c03a1ea2293dcffb |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/unpacker/bad_zip/manifest.json |
| @@ -0,0 +1,6 @@ |
| +{ |
| + "name": "Bad ZIP", |
| + "version": "1.0", |
| + "description": "Good package to be mangled by bad_zip.sh for unit testing.", |
| + "theme": {"images" : {"logo" : "product_logo_128.png"}} |
| +} |