| Index: chrome/test/data/extensions/api_test/mdns/api-packaged-apps/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/dial/experimental/manifest.json b/chrome/test/data/extensions/api_test/mdns/api-packaged-apps/manifest.json
|
| similarity index 58%
|
| copy from chrome/test/data/extensions/api_test/dial/experimental/manifest.json
|
| copy to chrome/test/data/extensions/api_test/mdns/api-packaged-apps/manifest.json
|
| index e25979ea10edd60b242fb6c8ee8a5df04b6257e4..94253d9f1796b66249f4dc65ac84113419c7346b 100644
|
| --- a/chrome/test/data/extensions/api_test/dial/experimental/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/mdns/api-packaged-apps/manifest.json
|
| @@ -1,8 +1,14 @@
|
| {
|
| "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8xv6iO+j4kzj1HiBL93+XVJH/CRyAQMUHS/Z0l8nCAzaAFkW/JsNwxJqQhrZspnxLqbQxNncXs6g6bsXAwKHiEs+LSs+bIv0Gc/2ycZdhXJ8GhEsSMakog5dpQd1681c2gLK/8CrAoewE/0GIKhaFcp7a2iZlGh4Am6fgMKy0iQIDAQAB",
|
| "manifest_version": 2,
|
| - "name": "Test DIAL Extension",
|
| + "name": "MDNS App",
|
| "version": "1.0",
|
| - "description": "Test DIAL Extension",
|
| - "permissions": ["dial"]
|
| + "description": "Test MDNS App",
|
| + "permissions": ["mdns"],
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["register_too_many_listeners.js"],
|
| + "persistent": true
|
| + }
|
| + }
|
| }
|
|
|