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

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

Issue 115682: Verify signed .crx extension installations (Closed)
Patch Set: moved extensions consts back to extensions_service (was causing compile errors on mac & linux) 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 Cr42“{"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": "cb6e65be99872233dda6a7c144 bc3ec1925d8bd670a172b57f2618f9eddd50e6", "id": "com.google.myextension1", "name" : "My extension 1"}PKº}R:«¦Z““ 1 Cr42“{"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": "cb6e65be99872233dda6a7c144 bc3ec1925d8bd670a172b57f2618f9eddd50e6", "id": "com.google.myextension1", "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_json.crx ('k') | chrome/test/data/extensions/content_script_inject/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698