| Index: chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4e2d2336493823c75057475569848e99295b88d9
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/manifest.json
|
| @@ -0,0 +1,13 @@
|
| +{
|
| + "name": "Platform App Test: <webview> content script fetch",
|
| + "description": "Loads a guest which does a fetch from a content script",
|
| + "version": "1",
|
| + "permissions": [
|
| + "webview"
|
| + ],
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["test.js"]
|
| + }
|
| + }
|
| +}
|
|
|