OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name" : "i18n Message Test", | |
Yoyo Zhou
2013/03/08 22:17:50
nit: no space before :
Patrick Riordan
2013/03/11 17:32:42
Done.
| |
3 "version" : "1.0", | |
4 "content_scripts" : [ | |
5 { | |
6 "matches" : [ "<all_urls>" ], | |
Yoyo Zhou
2013/03/08 22:17:50
nit: you don't need to buffer the contents of [] w
Patrick Riordan
2013/03/11 17:32:42
Done.
| |
7 "js" : ["contentscript.js"] | |
8 } | |
9 ], | |
10 "default_locale": "en", | |
11 "manifest_version": 2 | |
12 } | |
OLD | NEW |