blob: 94704415be6fc1e31fe25b880555c54591fd2820 [file] [log] [blame]
Akron74dbfe02022-12-20 13:41:59 +01001{
Akronebdfa002022-12-20 13:48:33 +01002 "name" : "External Provider",
Akron74dbfe02022-12-20 13:41:59 +01003 "desc" : "Buy content from an external provider",
4 "embed" : [{
5 "panel" : "match",
6 "title" : "Buy",
7 "classes" : ["cart"],
8 "onClick" : {
9 "action" : "addWidget",
Akronebdfa002022-12-20 13:48:33 +010010 "template" : "http://localhost:3003/demo/plugin-client.html",
11 "permissions": [
12 "scripts",
13 "downloads"
14 ]
Akron74dbfe02022-12-20 13:41:59 +010015 }
16 }]
17}