Chromium Code Reviews| Index: chrome/test/data/panels/test_extension/manifest.json |
| diff --git a/chrome/test/data/panels/test_extension/manifest.json b/chrome/test/data/panels/test_extension/manifest.json |
| deleted file mode 100644 |
| index 681586e0c325550a910824f3e43fa2eac8481756..0000000000000000000000000000000000000000 |
| --- a/chrome/test/data/panels/test_extension/manifest.json |
| +++ /dev/null |
| @@ -1,15 +0,0 @@ |
| -{ |
| - "name": "test extension", |
| - "version": "0.1", |
| - "manifest_version": 2, |
| - "description": "Test extension that is used to test panel icon support.", |
| - "background": { |
| - "page": "test.html" |
| - }, |
| - "icons": { |
| - "128": "128.png", |
| - "32": "32.png", |
| - "24": "24.png" |
| - }, |
| - "permissions": ["tabs"] |
| -} |