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

Side by Side Diff: chrome/test/data/extensions/good/extension2/2/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": "10123456789ABCDEF0123456789ABCDEF0123456", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4RIIi/YbLZ6dRpdQnWfrQuo2vunkuPJ pD9HNvZQ3J5aylSw7Y8ghzom793CbTJK1ZI254yZtkaWZJWOBhPKCaaRac+qfpRN1spl42vpyMn1OrGQ m1pwZT6rDpCyIVIx/k2o4puMsQHNUIqxXPu3Oj+KSVdCIGOmabMhz765UjhwIDAQAB",
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 2", 5 "name": "My extension 2",
5 "plugins": [ 6 "plugins": [
6 { "path": "content_plugin.dll", "public": true }, 7 { "path": "content_plugin.dll", "public": true },
7 { "path": "extension_plugin.dll" } 8 { "path": "extension_plugin.dll" }
8 ], 9 ],
9 "background_page": "background.html" 10 "background_page": "background.html"
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698