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

Side by Side Diff: chrome/test/data/panels/test_extension/manifest.json

Issue 10979022: Add new files for panel test extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "test extension",
3 "version": "0.1",
4 "manifest_version": 2,
5 "description": "Tests extension.",
jennb 2012/09/25 22:05:08 It is helpful to be more descriptive here and say
jianli 2012/09/25 22:19:18 Done.
6 "background": {
7 "page": "test.html"
8 },
9 "icons": {
10 "128": "128.png",
11 "32": "32.png",
12 "24": "24.png"
13 },
14 "permissions": ["tabs"]
15 }
OLDNEW
« no previous file with comments | « chrome/test/data/panels/test_extension/hello.html ('k') | chrome/test/data/panels/test_extension/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698