Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/system_indicator/basics/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/system_indicator/basics/manifest.json b/chrome/test/data/extensions/api_test/system_indicator/basics/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ac7d91adc2779602d32396d982faf3491ceaccc3 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/system_indicator/basics/manifest.json |
| @@ -0,0 +1,13 @@ |
| +{ |
| + "name": "chrome.systemIndicator", |
| + "version": "0.1", |
| + "manifest_version": 2, |
| + "description": "end-to-end browser test for chrome.systemIndicator API", |
| + "app" : { |
| + "background": { |
| + "scripts": ["test.js"] |
| + } |
| + }, |
| + "system_indicator": {}, |
| + "permissions": ["systemIndicator"] |
| +} |