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

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

Issue 160276: mole expand/collapse API (Closed)
Patch Set: fixed a couple of crashers 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Mappy",
3 "version": "0.2",
4 "description": "Map stuff",
5 "toolstrips": [
6 "mappy_toolstrip.html"
7 ],
8 "content_scripts": [
9 { "matches": ["http://*/*"], "js": ["mappy_content_script.js"] }
10 ]
11 }
OLDNEW
« no previous file with comments | « chrome/renderer/renderer_resources.grd ('k') | chrome/test/data/extensions/samples/mappy/mappy_content_script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698