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

Side by Side Diff: chrome/test/data/extensions/api_test/webrequest/manifest.json

Issue 8849010: Add 'web_accessible_resource" keyword for version 2 extension manifests. This makes extension res... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "webRequest", 2 "name": "webRequest",
3 "version": "1.0", 3 "version": "1.0",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "description": "Tests the webRequest API.", 5 "description": "Tests the webRequest API.",
6 "permissions": ["webRequest", "webRequestBlocking", "tabs", "http://*.a.com/*" ] 6 "permissions": ["webRequest", "webRequestBlocking", "tabs", "http://*.a.com/*" ],
7 "web_accessible_resources": [
8 "simpleLoad/a.html",
9 » "complexLoad/a.html",
Aaron Boodman 2011/12/20 21:12:58 tab characters here
10 » "complexLoad/b.html",
11 » "does_not_exist.html"
12 ]
7 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698