Rename timer -> simpletimer

pull/373/head^2
Gordon Williams 2020-05-04 08:29:12 +01:00
parent 5b788fbc96
commit f9ec4ebe68
6 changed files with 3 additions and 3 deletions

View File

@ -1570,7 +1570,7 @@
]
},
{
"id": "timer",
"id": "simpletimer",
"name": "Timer",
"icon": "app.png",
"version": "0.01",
@ -1580,11 +1580,11 @@
"allow_emulator": true,
"storage": [
{
"name": "timer.app.js",
"name": "simpletimer.app.js",
"url": "app.js"
},
{
"name": "timer.img",
"name": "simpletimer.img",
"url": "app-icon.js",
"evaluate": true
}

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB