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

Side by Side Diff: chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json

Issue 22793018: <webview>: Implement support for package-local chrome-extension:// URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test that broken Created 7 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
OLDNEW
1 { 1 {
2 "name": "Platform App Test: <webview>", 2 "name": "Platform App Test: <webview>",
3 "version": "1", 3 "version": "2",
4 "permissions": [ 4 "permissions": [
5 "webview" 5 "webview"
6 ], 6 ],
7 "app": { 7 "app": {
8 "background": { 8 "background": {
9 "scripts": ["test.js"] 9 "scripts": ["test.js"]
10 } 10 }
11 },
12 "webview": {
13 "accessible_resources": [
14 "guest.html"
15 ],
16 "privileged_partitions": [
17 "foobar"
18 ]
11 } 19 }
12 } 20 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/shim/main.js ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698