rcvd

A JS library and a KaiOS 2.5.x application for BLE-enabled Casio watch time synchronization
git clone git://git.luxferre.top/rcvd.git
Log | Files | Refs | README | LICENSE

manifest.webapp (470B)


      1 {
      2   "version": "0.0.4",
      3   "name": "RCVD",
      4   "description": "Casio BLE-enabled watches time synchronization app",
      5   "type": "certified",
      6   "origin": "app://rcvd.luxferre.top",
      7   "launch_path": "/index.html",
      8   "orientation": ["portrait"],
      9   "installs_allowed_from": [
     10     "*"
     11   ],
     12   "icons": {
     13     "56": "/img/icon56.png",
     14     "112": "/img/icon112.png"
     15   },
     16   "developer": {
     17     "name": "Luxferre"
     18   },
     19   "permissions": {
     20     "bluetooth": "Perform BLE operations"
     21   }
     22 }
     23