| Index: chrome/test/data/extensions/api_test/messaging/connect_crash/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/messaging/connect_crash/manifest.json b/chrome/test/data/extensions/api_test/messaging/connect_crash/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7660f3e584f39c934080bc02558894201205131c
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/messaging/connect_crash/manifest.json
|
| @@ -0,0 +1,13 @@
|
| +{
|
| + "name": "connect_crash",
|
| + "version": "1.0",
|
| + "manifest_version": 2,
|
| + "description": "Tests that the port is disconnect if the tab crashes.",
|
| + "background": {
|
| + "scripts": ["test.js"]
|
| + },
|
| + "content_scripts": [{
|
| + "matches": ["*://*/*"],
|
| + "js": ["page.js"]
|
| + }]
|
| +}
|
|
|