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

Side by Side Diff: chrome/test/data/extensions/bad_hash.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
OLDNEW
1 Cr24V{"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.", "f ormat_version": 1, "version": "1.0.0.0", "zip_hash": "xxx", "id": "com.google.my extension1", "name": "My extension 1"}PKº}R:«¦Z““ 1 Cr24V{"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.", "f ormat_version": 1, "version": "1.0.0.0", "zip_hash": "xxx", "id": "com.google.my extension1", "name": "My extension 1"}PKº}R:«¦Z““
2 manifest.json{ 2 manifest.json{
3 "format_version": 1, 3 "format_version": 1,
4 "id": "com.google.myextension1", 4 "id": "com.google.myextension1",
5 "version": "1.0.0.0", 5 "version": "1.0.0.0",
6 "name": "My extension 1", 6 "name": "My extension 1",
7 "description": "The first extension that I made.", 7 "description": "The first extension that I made.",
8 "content_scripts": [ 8 "content_scripts": [
9 { 9 {
10 "matches": ["http://*.google.com/*", "https://*.google.com/*"], 10 "matches": ["http://*.google.com/*", "https://*.google.com/*"],
11 "js": ["script1.js"] 11 "js": ["script1.js"]
12 }, 12 },
13 { 13 {
14 "matches": ["http://*.yahoo.com/*"], 14 "matches": ["http://*.yahoo.com/*"],
15 "js": ["script2.js"] 15 "js": ["script2.js"]
16 } 16 }
17 ] 17 ]
18 } 18 }
19 PKº}R:«¦Z““ 19 PKº}R:«¦Z““
20 ¤manifest.jsonPK;¾ 20 ¤manifest.jsonPK;¾
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/bad/missing_content_script/1/manifest.json ('k') | chrome/test/data/extensions/bad_json.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698