| Index: trunk/src/chrome/test/data/extensions/platform_apps/web_view/text_selection/manifest.json
|
| ===================================================================
|
| --- trunk/src/chrome/test/data/extensions/platform_apps/web_view/text_selection/manifest.json (revision 247721)
|
| +++ trunk/src/chrome/test/data/extensions/platform_apps/web_view/text_selection/manifest.json (working copy)
|
| @@ -1,13 +0,0 @@
|
| -{
|
| - "name": "Packaged App Test: <webview> text selection",
|
| - "description": "Verifies that selecting text in <webview> works properly, particularly for Speak and Dictionary commands.",
|
| - "version": "1",
|
| - "permissions": [
|
| - "webview"
|
| - ],
|
| - "app": {
|
| - "background": {
|
| - "scripts": ["test.js"]
|
| - }
|
| - }
|
| -}
|
|
|