1
0
Fork 0
BangleApps/apps/myprofile/metadata.json

19 lines
495 B
JSON

{ "id": "myprofile",
"name": "My Profile",
"shortName":"My Profile",
"icon": "app.png",
"type": "settings",
"version":"0.02",
"description": "Configure your personal profile. All settings are optional and only stored on the watch.",
"readme": "README.md",
"tags": "tool,utility",
"supports": ["BANGLEJS", "BANGLEJS2"],
"interface": "interface.html",
"storage": [
{"name":"myprofile.settings.js","url":"settings.js"}
],
"data": [
{"name":"myprofile.json"}
]
}