24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"version": "0.0.2",
|
|
"name": "RCVD",
|
|
"description": "Casio BLE-enabled watches time synchronization app",
|
|
"type": "certified",
|
|
"origin": "app://rcvd.luxferre.top",
|
|
"launch_path": "/index.html",
|
|
"orientation": ["portrait"],
|
|
"installs_allowed_from": [
|
|
"*"
|
|
],
|
|
"icons": {
|
|
"56": "/img/icon56.png",
|
|
"112": "/img/icon112.png"
|
|
},
|
|
"developer": {
|
|
"name": "Luxferre"
|
|
},
|
|
"permissions": {
|
|
"bluetooth": "Perform BLE operations"
|
|
}
|
|
}
|
|
|