This commit is contained in:
Luxferre
2022-10-04 17:47:08 +03:00
commit 9c5723d770
7 changed files with 326 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"version": "0.0.1",
"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"
}
}