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/missing_content_script/1/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
OLDNEW
1 { 1 {
2 "id": "00123456789ABCDEF0123456789ABCDEF0123456", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCsaVmPYFjlYABY7y8sEVB5i3/stDIXU8 i3bBeQYeaXOg+Jr1vEhaSgKTy3zMY4m3+cnKI7Z/bMpYohS4pQTcwIXS1kEB6taCUUWgm2315zxSH+gU FRyfzBDlS8LZ9tRirFGj8o0R2YQobHgSPyf04Phq4AeMmGSygEJkfGO+Wt8wIDAQAB",
3 "signature":"kCUJQeO+FZ0hENaTT9bFW90HwiIppJEj/j88gOyXIL3z00ZOn/eck+M8O+HU7ad+U 7BG5GK7xnuIvqzjAYK4ihfEYbExnbx3R79GWUWpHegELbp0PvhU9a+xIwTh48kzpKNgunzZGY0oONGvV eoNQXeTTO8z2i6RZfWD3/YdyBk=",
3 "version": "1.0.0.0", 4 "version": "1.0.0.0",
4 "name": "My extension 1", 5 "name": "My extension 1",
5 "description": "The first extension that I made.", 6 "description": "The first extension that I made.",
6 "content_scripts": [ 7 "content_scripts": [
7 { 8 {
8 "matches": ["http://*.yahoo.com/*"], 9 "matches": ["http://*.yahoo.com/*"],
9 "files": ["script1.js"] 10 "files": ["script1.js"]
10 } 11 }
11 ] 12 ]
12 } 13 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension_unpacker.cc ('k') | chrome/test/data/extensions/bad_hash.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698