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

Side by Side Diff: chrome/test/data/extensions/good/extension2/2/manifest.json

Issue 27236: Enforce new id format (hex str of sha-1) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "format_version": 1, 2 "format_version": 1,
3 "id": "com.google.myextension2", 3 "id": "10123456789ABCDEF0123456789ABCDEF0123456",
4 "version": "1.0.0.0", 4 "version": "1.0.0.0",
5 "name": "My extension 2", 5 "name": "My extension 2",
6 "plugins_dir": "npapi" 6 "plugins_dir": "npapi"
7 } 7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698