2022-01-06 11:47:26 +00:00
{
"id" : "mywelcome" ,
"name" : "Customised Welcome" ,
"shortName" : "My Welcome" ,
2024-11-14 14:51:13 +00:00
"version" : "0.14" ,
"description" : "Appears at first boot and explains how to use Bangle.js. Like 'Welcome', but can be customised with a greeting for Christmas or Birthdays!" ,
2022-01-06 11:47:26 +00:00
"icon" : "app.png" ,
2024-11-14 14:51:13 +00:00
"tags" : "start,welcome,birthday,christmas,xmas" ,
2022-01-06 11:47:26 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2024-11-14 14:51:13 +00:00
"provides_features" : [ "welcome" ] ,
2022-01-06 11:47:26 +00:00
"custom" : "custom.html" ,
"screenshots" : [ { "url" : "bangle1-customized-welcome-screenshot.png" } ] ,
"storage" : [
{ "name" : "mywelcome.boot.js" , "url" : "boot.js" } ,
{ "name" : "mywelcome.app.js" , "url" : "app-bangle1.js" , "supports" : [ "BANGLEJS" ] } ,
{ "name" : "mywelcome.app.js" , "url" : "app-bangle2.js" , "supports" : [ "BANGLEJS2" ] } ,
{ "name" : "mywelcome.settings.js" , "url" : "settings.js" } ,
{ "name" : "mywelcome.img" , "url" : "app-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "mywelcome.json" } ]
}