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

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

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

Powered by Google App Engine
This is Rietveld 408576698