forked from FOSS/BangleApps
18 lines
665 B
JSON
18 lines
665 B
JSON
{ "id": "calibration",
|
|
"name": "Touchscreen Calibration",
|
|
"shortName":"Calibration",
|
|
"icon": "calibration.png",
|
|
"version": "0.04",
|
|
"description": "(NOT RECOMMENDED) A simple calibration app for the touchscreen. Please use the Touchscreen Calibration in the Settings app instead.",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"tags": "tool",
|
|
"storage": [
|
|
{"name":"calibration.app.js","url":"app.js"},
|
|
{"name":"calibration.boot.js","url":"boot.js"},
|
|
{"name":"calibration.settings.js","url":"settings.js"},
|
|
{"name":"calibration.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data": [{"name":"calibration.json"}]
|
|
}
|