Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json b/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6dce5dae7ffc010417c4c37d302c4dda1b2faefa |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json |
| @@ -0,0 +1,16 @@ |
| +{ |
| + "name": "Test Download redirect", |
| + "version": "1", |
| + "manifest_version": 2, |
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJ8Hl8K6R+n/hrPsN1ienxRU3GbL00wFHLJNML45MHwT+3PstgWf4EgC3wbyyTXFtbvJC+Hn14Hyltfhsa+cSraldNHeL+rl+FL04kE4uYHq8YhOYEtzUfg380+o7XV9oESKu9oLTeG9QuQCjmlp3MUqC9wm7ICjxR9flODClOkQIDAQAB", |
| + "background": { |
| + "scripts": ["background.js"] |
| + }, |
| + "mime_types": [ |
| + "application/msword", |
| + "plain/text" |
| + ], |
| + "permissions": [ |
| + "streamsPrivate" |
| + ] |
| +} |