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

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

Issue 386023: Remove the last of the old samples. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "What's new?",
3 "version": "0.2",
4 "description": "Track latest YouTube Videos",
5 "permissions": [
6 "http://www.youtube.com/*"
7 ],
8 "toolstrips": [
9 "latest_yt_popular_video.html"
10 ]
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698