Rename timer -> simpletimer
parent
5b788fbc96
commit
f9ec4ebe68
|
|
@ -1570,7 +1570,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "timer",
|
"id": "simpletimer",
|
||||||
"name": "Timer",
|
"name": "Timer",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
|
|
@ -1580,11 +1580,11 @@
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"storage": [
|
"storage": [
|
||||||
{
|
{
|
||||||
"name": "timer.app.js",
|
"name": "simpletimer.app.js",
|
||||||
"url": "app.js"
|
"url": "app.js"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "timer.img",
|
"name": "simpletimer.img",
|
||||||
"url": "app-icon.js",
|
"url": "app-icon.js",
|
||||||
"evaluate": true
|
"evaluate": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue