jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
24 lines (23 loc) • 740 B
JSON
{
"sampleData" : {
"title" : "Bitcoin Exchange Rates",
"contents" : [
{ "name" : "24h", "value" : "--" },
{ "name" : "7d", "value" : "--" },
{ "name" : "30d", "value" : "--" }
],
"action" : {
"text" : "Action Link",
"url" : "http://slashdot.org/"
}
},
"displayName" : "Bitcoin Exchange Rates ({{{TILE_NAME}}})",
"name" : "{{{TILE_NAME}}}",
"description" : "Bitcoin information updated in real time.",
"style" : "TABLE",
"icons" : {
"16": "{{{host}}}/{{{TILE_NAME}}}/logo_16.png",
"48": "{{{host}}}/{{{TILE_NAME}}}/logo_48.png",
"128": "{{{host}}}/{{{TILE_NAME}}}/logo_128.png"
}
}