blob: 94704415be6fc1e31fe25b880555c54591fd2820 [file] [log] [blame]
Akron831d2b22022-12-20 16:00:04 +01001{
2 "name" : "External Provider",
3 "desc" : "Buy content from an external provider",
4 "embed" : [{
5 "panel" : "match",
6 "title" : "Buy",
7 "classes" : ["cart"],
8 "onClick" : {
9 "action" : "addWidget",
10 "template" : "http://localhost:3003/demo/plugin-client.html",
11 "permissions": [
12 "scripts",
13 "downloads"
14 ]
15 }
16 }]
17}