Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3004)

Unified Diff: chrome/test/data/extensions/samples/gmail/manifest.json

Issue 178028: Fix samples extensions. Add icons (nothing building or testable) (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
]

Powered by Google App Engine
This is Rietveld 408576698