2022-10-04 17:47:08 +03:00
|
|
|
{
|
2022-12-23 17:02:10 +02:00
|
|
|
"version": "0.0.4",
|
2022-10-04 17:47:08 +03:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|