OLD | NEW |
---|---|
(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 } | |
OLD | NEW |