Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "cpuinfo", | |
|
Mihai Parparita -not on Chrome
2012/08/10 20:24:56
This file appears to use tabs. We use two-space in
Hongbo Min
2012/08/12 14:22:44
Done.
| |
| 3 "version": "1.0", | |
| 4 "manifest_version": 2, | |
| 5 "description": "Test systeminfo.cpu API", | |
| 6 "permissions": ["experimental"], | |
| 7 "app": { | |
| 8 "background": { | |
| 9 "page": "test_cpuinfo_api.html" | |
| 10 } | |
| 11 } | |
| 12 } | |
| OLD | NEW |