| Index: ppapi/tests/extensions/popup/manifest.json
|
| diff --git a/ppapi/tests/extensions/popup/manifest.json b/ppapi/tests/extensions/popup/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8ce2a766e0fee2477825305a5498ec4bc5c6e68e
|
| --- /dev/null
|
| +++ b/ppapi/tests/extensions/popup/manifest.json
|
| @@ -0,0 +1,10 @@
|
| +{
|
| + "name": "Create popup with NaCl embed for lazy background test",
|
| + "description": "Tests that a lazy background page is shut down as soon as a popup with a NaCl module is closed",
|
| + "version": "0",
|
| + "manifest_version": 2,
|
| + "background": {
|
| + "scripts": ["background.js"],
|
| + "persistent": false
|
| + }
|
| +}
|
|
|