Chromium Code Reviews| Index: chrome/test/data/extensions/unpacked/manifest_with_key.json |
| diff --git a/chrome/test/data/extensions/unpacked/manifest_with_key.json b/chrome/test/data/extensions/unpacked/manifest_with_key.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4b41dd4402f7984f006d45401b55e5433dfb34b3 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/unpacked/manifest_with_key.json |
| @@ -0,0 +1,7 @@ |
| +{ |
| + "name": "unpacked extension", |
| + "description": "this is an unpacked extension with a key in it", |
| + "version": "1", |
| + "manifest_version": 2, |
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoq+cJMuoIaoL2hx//QoIeHnNkXLAEu3IJGcLpM95qbmw9VnAplFI0tpSv4IpuJ1DPPsdsEMhONu1mPhK9xd3BHCtzqXRfRsnx/uOap4NTcUimxiUH3uuX9xkCNWO8EihdV0atnrKROhhnyIxmhgKmKfAYLheOrSGSXP0A4SqaBQIDAQAB" |
| +} |