Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: extensions/test/data/web_view/apitest/manifest.json

Issue 615623002: Porting more tests to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/test/data/web_view/apitest/main.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Platform App Test: <webview>", 2 "name": "Platform App Test: <webview>",
3 "version": "2", 3 "version": "2",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "permissions": [ 5 "permissions": [
6 "webview" 6 "webview"
7 ], 7 ],
8 "app": { 8 "app": {
9 "background": { 9 "background": {
10 "scripts": ["test.js"] 10 "scripts": ["test.js"]
11 } 11 }
12 },
13 "webview": {
14 "partitions": [
15 {
16 "name": "foobar",
17 "accessible_resources": [
18 "guest_with_inline_script.html"
19 ]
20 }
21 ]
12 } 22 }
13 } 23 }
OLDNEW
« no previous file with comments | « extensions/test/data/web_view/apitest/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698