| Index: chrome/test/data/extensions/api_test/messaging/connect_panel/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/messaging/connect_panel/manifest.json b/chrome/test/data/extensions/api_test/messaging/connect_panel/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f8c47cf96a390567bded1fcc3378fa9f48c72795
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/messaging/connect_panel/manifest.json
|
| @@ -0,0 +1,10 @@
|
| +{
|
| + "name": "connect_panel",
|
| + "version": "1.0",
|
| + "manifest_version": 2,
|
| + "description": "Tests connect from a panel window.",
|
| + "permissions": ["tabs"],
|
| + "background": {
|
| + "page": "test.html"
|
| + }
|
| +}
|
|
|