summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 07:51:06 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 07:51:06 +0000
commitc3e3def74b9eec14e63b08649204b6c721c79d3c (patch)
tree8150e6f89fa6d6da2ebade890b083c08e817fb40 /chrome/test
parent6b7a13eef79fffe763d86ebbee9d5fc4839fc86d (diff)
downloadchromium_src-c3e3def74b9eec14e63b08649204b6c721c79d3c.zip
chromium_src-c3e3def74b9eec14e63b08649204b6c721c79d3c.tar.gz
chromium_src-c3e3def74b9eec14e63b08649204b6c721c79d3c.tar.bz2
A small start: add icons to the extension manifest.
Review URL: http://codereview.chromium.org/155662 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rwxr-xr-xchrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/icon_128.pngbin0 -> 17716 bytes
-rw-r--r--chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json3
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/icon_128.png b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/icon_128.png
new file mode 100755
index 0000000..af4b817
--- /dev/null
+++ b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/icon_128.png
Binary files differ
diff --git a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
index c2255cc..61afce1 100644
--- a/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
+++ b/chrome/test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
@@ -3,6 +3,9 @@
"version": "1.0.0.0",
"name": "My extension 1",
"description": "The first extension that I made.",
+ "icons": {
+ "128": "icon_128.png"
+ },
"toolstrips": [
"toolstrip1.html",
"toolstrip2.html"