diff options
-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": [ |