| Index: chrome/test/data/extensions/api_test/braille_display_private/write_dots/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/braille_display_private/write_dots/manifest.json
 | 
| similarity index 58%
 | 
| copy from chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json
 | 
| copy to chrome/test/data/extensions/api_test/braille_display_private/write_dots/manifest.json
 | 
| index 6dce5dae7ffc010417c4c37d302c4dda1b2faefa..fb4aae05596f3814cd10dea31e5ab0a409b6c80d 100644
 | 
| --- a/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/manifest.json
 | 
| +++ b/chrome/test/data/extensions/api_test/braille_display_private/write_dots/manifest.json
 | 
| @@ -1,16 +1,11 @@
 | 
|  {
 | 
| -  "name": "Test Download redirect",
 | 
| -  "version": "1",
 | 
| -  "manifest_version": 2,
 | 
|    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJ8Hl8K6R+n/hrPsN1ienxRU3GbL00wFHLJNML45MHwT+3PstgWf4EgC3wbyyTXFtbvJC+Hn14Hyltfhsa+cSraldNHeL+rl+FL04kE4uYHq8YhOYEtzUfg380+o7XV9oESKu9oLTeG9QuQCjmlp3MUqC9wm7ICjxR9flODClOkQIDAQAB",
 | 
| +  "name": "chrome.brailleDisplayPrivate.writeDots",
 | 
| +  "version": "0.1",
 | 
| +  "manifest_version": 2,
 | 
| +  "description": "test",
 | 
|    "background": {
 | 
| -    "scripts": ["background.js"]
 | 
| +    "scripts": [ "test.js" ]
 | 
|    },
 | 
| -  "mime_types": [
 | 
| -    "application/msword",
 | 
| -    "plain/text"
 | 
| -  ],
 | 
| -  "permissions": [
 | 
| -    "streamsPrivate"
 | 
| -  ]
 | 
| +  "permissions": ["brailleDisplayPrivate"]
 | 
|  }
 | 
| 
 |