| Index: chrome/test/data/extensions/api_test/accessibility_private/get_update_status/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/accessibility_private/get_update_status/manifest.json b/chrome/test/data/extensions/api_test/accessibility_private/get_update_status/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..80f1d3d7853cf1afe6aa4c937c2178202d6728ce
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/accessibility_private/get_update_status/manifest.json
|
| @@ -0,0 +1,10 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCy/1kqY5DJAnmXwvMyeISbgJ7m9cVHuYvWP0Lr3YiByBCt0grceRXO6Eo8j6hZIVJYuq6QrqrK/S9+99JOD1DEiM7aP6AFEvp+ufv2FxsQGllKhQ/7TSA5CTtgyXc0gQwsQJRT4eoUAbE1tgs+bdBjXFlJmb6J912qUmH+AH1kMQIDAQAB",
|
| + "name": "chrome.accessibilityPrivate.getUpdateStatus",
|
| + "version": "0.1",
|
| + "description": "browser test for chrome.accessibilityPriavte API",
|
| + "background_page": "background.html",
|
| + "permissions": [
|
| + "accessibilityPrivate"
|
| + ]
|
| +}
|
|
|