Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8e9373c9c7089de9f19820e72f6abbff18eacc60 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json |
| @@ -0,0 +1,12 @@ |
| +{ |
| + "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.
|
| + "version": "1.0", |
| + "manifest_version": 2, |
| + "description": "Test systeminfo.cpu API", |
| + "permissions": ["experimental"], |
| + "app": { |
| + "background": { |
| + "page": "test_cpuinfo_api.html" |
| + } |
| + } |
| +} |