summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorerikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 21:02:58 +0000
committererikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 21:02:58 +0000
commite11ad233f8c0d4c7ce78ae994a3a440730d4a28c (patch)
tree7c4500805fa85267b3a3f6c9f6b252417a41d415 /chrome
parent2d4105beedcf58301fdd7c526f92c1b6140dc0a1 (diff)
downloadchromium_src-e11ad233f8c0d4c7ce78ae994a3a440730d4a28c.zip
chromium_src-e11ad233f8c0d4c7ce78ae994a3a440730d4a28c.tar.gz
chromium_src-e11ad233f8c0d4c7ce78ae994a3a440730d4a28c.tar.bz2
add 128 icon to mappy
BUG=20236 TBR=aa Review URL: http://codereview.chromium.org/174436 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-xchrome/test/data/extensions/samples/mappy/icon.pngbin0 -> 15702 bytes
-rwxr-xr-xchrome/test/data/extensions/samples/mappy/manifest.json3
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/data/extensions/samples/mappy/icon.png b/chrome/test/data/extensions/samples/mappy/icon.png
new file mode 100755
index 0000000..40ebbff
--- /dev/null
+++ b/chrome/test/data/extensions/samples/mappy/icon.png
Binary files differ
diff --git a/chrome/test/data/extensions/samples/mappy/manifest.json b/chrome/test/data/extensions/samples/mappy/manifest.json
index 0732e85..5e1fdf6 100755
--- a/chrome/test/data/extensions/samples/mappy/manifest.json
+++ b/chrome/test/data/extensions/samples/mappy/manifest.json
@@ -1,7 +1,8 @@
{
"name": "Mappy",
- "version": "0.3",
+ "version": "0.4",
"description": "Finds addresses in the web page you're on and pops up a map window.",
+ "icons": { "128": "icon.png" },
"toolstrips": [
"mappy_toolstrip.html"
],