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

Side by Side Diff: chrome/test/data/extensions/bad_json.crx

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_hash.crx ('k') | chrome/test/data/extensions/bad_magic.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 Cr24~{"content_scripts": [{"matches": ["http://*.google.com/*", "http s://*.google.com/*"], "js": ["script1.js"]}, {"matches": ["http://*.yahoo.com/*" ], "js": ["script2.js"]}], "description": "The first extension that I made.", "v ersion": "1.0.0.0", "zip_hash": "e2be1f52915e2949373b71bc58e9805113a1b2bee6e1388 ab2ce468628e25e08", "id": "com.google.myextension1", "name": "My extension 1"}PK .«R:Öˌ{{ 1 Cr24~{"content_scripts": [{"matches": ["http://*.google.com/*", "http s://*.google.com/*"], "js": ["script1.js"]}, {"matches": ["http://*.yahoo.com/*" ], "js": ["script2.js"]}], "description": "The first extension that I made.", "v ersion": "1.0.0.0", "zip_hash": "e2be1f52915e2949373b71bc58e9805113a1b2bee6e1388 ab2ce468628e25e08", "id": "com.google.myextension1", "name": "My extension 1"}PK .«R:Öˌ{{
2 manifest.json{ 2 manifest.json{
3 "id": "com.google.myextension1", 3 "id": "com.google.myextension1",
4 "version": "1.0.0.0", 4 "version": "1.0.0.0",
5 "name": "My extension 1", 5 "name": "My extension 1",
6 "description": "The first extension that I made.", 6 "description": "The first extension that I made.",
7 "content_scripts": [ 7 "content_scripts": [
8 { 8 {
9 "matches": ["http://*.google.com/*", "https://*.google.com/*"], 9 "matches": ["http://*.google.com/*", "https://*.google.com/*"],
10 "js": ["script1.js"] 10 "js": ["script1.js"]
11 }, 11 },
12 { 12 {
13 "matches": ["http://*.yahoo.com/*"], 13 "matches": ["http://*.yahoo.com/*"],
14 "js": ["script2.js"] 14 "js": ["script2.js"]
15 } 15 }
16 ] 16 ]
17 } 17 }
18 PK.«R:Öˌ{{ 18 PK.«R:Öˌ{{
19 ¤manifest.jsonPK;¦ 19 ¤manifest.jsonPK;¦
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/bad_hash.crx ('k') | chrome/test/data/extensions/bad_magic.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698