Index: chrome/test/data/extensions/api_test/browser_action/multi_icons/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/browser_action/multi_icons/manifest.json b/chrome/test/data/extensions/api_test/browser_action/multi_icons/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7f6df457329fe63b1219f6c482890c31a1695e15 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/browser_action/multi_icons/manifest.json |
@@ -0,0 +1,12 @@ |
+{ |
+ "name": "A test extension that tests multiple browser action icons", |
+ "version": "1.0", |
+ "manifest_version": 2, |
+ "browser_action": { |
+ "default_icon": { |
+ "19": "icon19.png", |
Devlin
2015/12/18 22:29:02
For funzies, can we throw in a totally oddball ico
Evan Stade
2015/12/19 00:02:41
that's what the 24 is supposed to be. Or did you m
|
+ "24": "icon24.png", |
+ "38": "icon38.png" |
+ } |
+ } |
+} |