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

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

Issue 99172: Part 1 of sample sprucing. (Closed)
Patch Set: Added buildbot.crx, since that seems like something people might want to install. Created 11 years, 7 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
(Empty)
1 {
2 "description": "Displays number of unread Gmail messages",
3 "id": "DE6C0EDB5E435EC06E4E0E36E77EB241E1831273",
4 "name": "Gmail Checker",
5 "permissions": [
6 "http://*.google.com/*",
7 "https://*.google.com/*"
8 ],
9 "toolstrips": [
10 "gmail_checker.html"
11 ],
12 "version": "0.1"
13 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/samples/gmail/gmail_checker.html ('k') | chrome/test/data/extensions/samples/gmail/styles.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698