jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
22 lines (21 loc) • 862 B
JSON
{
"sampleData" : {
"title" : "Live stock price",
"contents" : [
{ "name" : "JIVE", "value" : "--" }
],
"action" : {
"text" : "Google Finance: JIVE",
"url" : "https://www.google.com/finance?q=JIVE"
}
},
"displayName" : "Stock Price ({{{TILE_NAME}}})",
"name" : "{{{TILE_NAME}}}",
"description" : "Displays live stock prices",
"style" : "TABLE",
"icons" : {
"16" : "http://openiconlibrary.sourceforge.net/gallery2/open_icon_library-full/icons/png/16x16/emblems/emblem-money.png",
"48" : "http://openiconlibrary.sourceforge.net/gallery2/open_icon_library-full/icons/png/48x48/emblems/emblem-money.png",
"128" : "http://openiconlibrary.sourceforge.net/gallery2/open_icon_library-full/icons/png/128x128/emblems/emblem-money.png"
}
}