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

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

Issue 126014: Verify signed .crx extension installations (Closed)
Patch Set: final changes Created 11 years, 6 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 | « chrome/test/data/extensions/bad_signature.crx ('k') | chrome/test/data/extensions/good.crx » ('j') | 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 "id": "00123456789ABCDEF0123456789ABCDEF0123456",
3 "version": "1.0.0.0", 2 "version": "1.0.0.0",
4 "name": "User script inject", 3 "name": "User script inject",
5 "content_scripts": [ 4 "content_scripts": [
6 { 5 {
7 "matches": ["file://*/content_script_inject_page.html"], 6 "matches": ["file://*/content_script_inject_page.html"],
8 "css": ["script1.css"], 7 "css": ["script1.css"],
9 "js": ["js_test.js", "script1a.js", "script1b.js"] 8 "js": ["js_test.js", "script1a.js", "script1b.js"]
10 }, 9 },
11 { 10 {
12 "matches": ["file://*/content_script_inject_page.html"], 11 "matches": ["file://*/content_script_inject_page.html"],
13 "js": ["js_test.js", "script2.js"] 12 "js": ["js_test.js", "script2.js"]
14 }, 13 },
15 { 14 {
16 "matches": ["file://*/content_script_inject_page.html"], 15 "matches": ["file://*/content_script_inject_page.html"],
17 "js": ["js_test.js", "script3.js"], 16 "js": ["js_test.js", "script3.js"],
18 "run_at": "document_start" 17 "run_at": "document_start"
19 } 18 }
20 ] 19 ]
21 } 20 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/bad_signature.crx ('k') | chrome/test/data/extensions/good.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698