| Index: chrome/test/data/extensions/api_test/page_capture/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/page_capture/manifest.json b/chrome/test/data/extensions/api_test/page_capture/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7c6592f8c72cafab34a88fa8a98e964594656ab2
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/page_capture/manifest.json
|
| @@ -0,0 +1,7 @@
|
| +{
|
| + "name": "chrome.extension.pageCapture",
|
| + "version": "0.1",
|
| + "description": "Tests that the pageCapture extension API work.",
|
| + "background_page": "background.html",
|
| + "permissions": ["pageCapture", "tabs"]
|
| +}
|
|
|