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

Side by Side Diff: chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json

Issue 9689041: [Web Intents] Test data for installing extenions in a WebIntents picker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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": "Dummy Share",
3 "version": "1.0.0.0",
4 "intents": {
5 "http://webintents.org/share": [
6 {
7 "type" : ["text/*"],
8 "href" : "share.html",
9 "title" : "Dummy share!",
10 "disposition": "window"
11 }
12 ]
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698