diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 01:45:30 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 01:45:30 +0000 |
commit | bcaebfdbf61183475e5f9d54733f2b74da0b3aa9 (patch) | |
tree | deca7c258543a30953761f23eb91ca1dba2aa438 /chrome/test | |
parent | cd60f084650684bb407f237bde2f7156b9f75aca (diff) | |
download | chromium_src-bcaebfdbf61183475e5f9d54733f2b74da0b3aa9.zip chromium_src-bcaebfdbf61183475e5f9d54733f2b74da0b3aa9.tar.gz chromium_src-bcaebfdbf61183475e5f9d54733f2b74da0b3aa9.tar.bz2 |
Minor cleanup of a few of the samples.
TBR=rafaelw@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/extensions/samples/buildbot/manifest.json | 4 | ||||
-rwxr-xr-x | chrome/test/data/extensions/samples/gmail_browser_action/blank.png | bin | 47124 -> 0 bytes | |||
-rw-r--r-- | chrome/test/data/extensions/samples/gmail_browser_action/manifest.json | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chrome/test/data/extensions/samples/buildbot/manifest.json b/chrome/test/data/extensions/samples/buildbot/manifest.json index a402067..5e0349c 100644 --- a/chrome/test/data/extensions/samples/buildbot/manifest.json +++ b/chrome/test/data/extensions/samples/buildbot/manifest.json @@ -1,7 +1,7 @@ { "name": "Chromium Buildbot Monitor", - "version": "0.7", - "description": "Displays the status of the Chromium buildbot in the extension toolstrip. On hover, expands to give more detail about each bot.", + "version": "0.7.1", + "description": "Displays the status of the Chromium buildbot in the toolbar. On hover, expands to give more detail about each failing bot.", "icons": { "128": "icon.png" }, "background_page": "bg.html", "permissions": [ diff --git a/chrome/test/data/extensions/samples/gmail_browser_action/blank.png b/chrome/test/data/extensions/samples/gmail_browser_action/blank.png Binary files differdeleted file mode 100755 index 77c0f49..0000000 --- a/chrome/test/data/extensions/samples/gmail_browser_action/blank.png +++ /dev/null diff --git a/chrome/test/data/extensions/samples/gmail_browser_action/manifest.json b/chrome/test/data/extensions/samples/gmail_browser_action/manifest.json index bf24150..3dc942f 100644 --- a/chrome/test/data/extensions/samples/gmail_browser_action/manifest.json +++ b/chrome/test/data/extensions/samples/gmail_browser_action/manifest.json @@ -1,6 +1,6 @@ { - "name": "Gmail Checker 2", - "description": "This extension adds a Gmail button to the toolbar which notifies when new email comes", + "name": "Google Mail Checker", + "description": "This extension adds a Google Mail button to the toolbar which displays the number of unread messages in your inbox. You can also click the button to open your inbox.", "version": "1.0", "background_page": "background.html", "permissions": [ |