Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "version": "0.1", | |
|
Mihai Parparita -not on Chrome
2012/08/27 23:47:21
Nit: use 2-space tabs.
Hongbo Min
2012/08/28 01:54:03
Done.
| |
| 3 "name": "SystemInfo APIs", | |
| 4 "permissions": ["experimental"], | |
| 5 "manifest_version": 2, | |
| 6 "description": "Show how to use SystemInfo API", | |
|
Mihai Parparita -not on Chrome
2012/08/27 23:47:21
Make this a bit more descriptive and say "Shows di
Hongbo Min
2012/08/28 01:54:03
Done.
| |
| 7 "app": { | |
| 8 "launch": { | |
| 9 "local_path": "index.html" | |
| 10 } | |
| 11 } | |
| 12 | |
| 13 } | |
| OLD | NEW |