Give this a go
parent
5f9eca0226
commit
fc8cd41c63
26
apps.json
26
apps.json
|
|
@ -245,19 +245,6 @@
|
||||||
],
|
],
|
||||||
"data": [{"name":"mywelcome.json"}]
|
"data": [{"name":"mywelcome.json"}]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "cubescramble",
|
|
||||||
"name": "Cube Scramble",
|
|
||||||
"version":"0.01",
|
|
||||||
"description": "A random scramble generator for the 3x3 Rubik's cube",
|
|
||||||
"icon": "cube-scramble.png",
|
|
||||||
"tags": "",
|
|
||||||
"supports" : ["BANGLEJS2"],
|
|
||||||
"storage": [
|
|
||||||
{"name":"cubescramble.app.js","url":"cube-scramble.js"},
|
|
||||||
{"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "gbridge",
|
"id": "gbridge",
|
||||||
"name": "Gadgetbridge",
|
"name": "Gadgetbridge",
|
||||||
|
|
@ -553,6 +540,19 @@
|
||||||
],
|
],
|
||||||
"data": [{"name":"trex.score","storageFile":true}]
|
"data": [{"name":"trex.score","storageFile":true}]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "cubescramble",
|
||||||
|
"name": "Cube Scramble",
|
||||||
|
"version":"0.01",
|
||||||
|
"description": "A random scramble generator for the 3x3 Rubik's cube",
|
||||||
|
"icon": "cube-scramble.png",
|
||||||
|
"tags": "",
|
||||||
|
"supports" : ["BANGLEJS2"],
|
||||||
|
"storage": [
|
||||||
|
{"name":"cubescramble.app.js","url":"cube-scramble.js"},
|
||||||
|
{"name":"cubescramble.img","url":"cube-scramble-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "astroid",
|
"id": "astroid",
|
||||||
"name": "Asteroids!",
|
"name": "Asteroids!",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.01: New App!
|
0.01: Cube Scramble!
|
||||||
|
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
# Cube Scramble
|
|
||||||
|
|
||||||
Describe the app...
|
|
||||||
|
|
||||||
Add screen shots (if possible) to the app folder and link then into this file with 
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
Describe how to use it
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
Name the function
|
|
||||||
|
|
||||||
## Controls
|
|
||||||
|
|
||||||
Name the buttons and what they are used for
|
|
||||||
|
|
||||||
## Requests
|
|
||||||
|
|
||||||
Name who should be contacted for support/update requests
|
|
||||||
|
|
||||||
## Creator
|
|
||||||
|
|
||||||
Your name
|
|
||||||
|
|
@ -1 +1,7 @@
|
||||||
E.showMessage("Cube\nScramble","3x3");
|
g.clear();
|
||||||
|
|
||||||
|
function appStart() {
|
||||||
|
E.showMessage("Loading...");
|
||||||
|
}
|
||||||
|
|
||||||
|
appStart();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue