pull/5/head
Gordon Williams 2019-11-07 08:42:45 +00:00
parent 819c67d442
commit 67ee321185
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{ {
name:"Heart Rate", "name":"Heart Rate",
icon:"*hrm", "icon":"*hrm",
src:"-hrm" "src":"-hrm"
} }

View File

@ -1,5 +1,5 @@
{ {
name: 'Settings', "name": "Settings",
icon: '*settings', "icon": "*settings",
src: '-settings' "src": "-settings"
} }

View File

@ -1,5 +1,5 @@
{ {
name:"Stopwatch", "name":"Stopwatch",
icon:"*swatch", "icon":"*swatch",
src:"-swatch" "src":"-swatch"
} }