| Index: chrome/test/data/extensions/samples/gmail/manifest.json
|
| diff --git a/chrome/test/data/extensions/samples/gmail/manifest.json b/chrome/test/data/extensions/samples/gmail/manifest.json
|
| index bddfec13c276e1963a8209b6c27f93f60614df57..b5c2dc10e91401326e22122909175f094b23b06d 100644
|
| --- a/chrome/test/data/extensions/samples/gmail/manifest.json
|
| +++ b/chrome/test/data/extensions/samples/gmail/manifest.json
|
| @@ -1,11 +1,13 @@
|
| {
|
| "name": "Gmail Checker",
|
| - "version": "0.1",
|
| - "description": "Displays number of unread Gmail messages",
|
| + "version": "0.2",
|
| + "description": "Displays number of unread Gmail messages",
|
| + "icons": { "128": "gmail-128x128.png" },
|
| "permissions": [
|
| - "http://*.google.com/*",
|
| - "https://*.google.com/*"
|
| - ],
|
| + "http://*.google.com/",
|
| + "https://*.google.com/",
|
| + "tabs"
|
| + ],
|
| "toolstrips": [
|
| "gmail_checker.html"
|
| ]
|
|
|