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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Gmail Checker", 2 "name": "Gmail Checker",
3 "version": "0.1", 3 "version": "0.2",
4 "description": "Displays number of unread Gmail messages", 4 "description": "Displays number of unread Gmail messages",
5 "icons": { "128": "gmail-128x128.png" },
5 "permissions": [ 6 "permissions": [
6 "http://*.google.com/*", 7 "http://*.google.com/",
7 "https://*.google.com/*" 8 "https://*.google.com/",
8 ], 9 "tabs"
10 ],
9 "toolstrips": [ 11 "toolstrips": [
10 "gmail_checker.html" 12 "gmail_checker.html"
11 ] 13 ]
12 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698