Chromium Code Reviews| Index: chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example2.fake |
| diff --git a/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example2.fake b/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example2.fake |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fd25f11f6ef2d4997a4906a6d3f486d269350407 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example2.fake |
| @@ -0,0 +1,15 @@ |
| +{ |
| + "/":{ |
| + "isDirectory":true, |
| + "name":"/", |
| + "size":0, |
| + "modificationTime":"2014-06-26T08:47:11.591Z" |
| + }, |
| + "/file.txt":{ |
| + "isDirectory":false, |
| + "name":"file.txt", |
| + "size":9, |
| + "modificationTime":"2014-06-26T08:47:11.591Z", |
| + "contents":"It works!" |
| + } |
| +} |