{
"name": "Packaged App Test: <webview> text selection",
"manifest_version": 2,
"description": "Verifies that selecting text in <webview> works properly, particularly for Speak and Dictionary commands.",
"version": "1",
"permissions": [
"webview"
],
"app": {
"background": {
"scripts": ["test.js"]
}
}
}