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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..681586e0c325550a910824f3e43fa2eac8481756 |
--- /dev/null |
+++ b/chrome/test/data/panels/test_extension/manifest.json |
@@ -0,0 +1,15 @@ |
+{ |
+ "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"] |
+} |