|
1 | | -{ |
2 | | - "id": "mtnclock", |
3 | | - "name": "Mountain Pass Clock", |
4 | | - "shortName": "Mtn Clock", |
5 | | - "version": "0.06", |
6 | | - "description": "A clock that changes scenery based on time and weather.", |
7 | | - "readme":"README.md", |
8 | | - "icon": "app.png", |
9 | | - "screenshots": [ |
10 | | - {"url":"screenshot1.png"}, |
11 | | - {"url":"screenshot2.png"}, |
12 | | - {"url":"screenshot3.png"}, |
13 | | - {"url":"screenshot4.png"}, |
14 | | - {"url":"screenshot5.png"} |
15 | | - ], |
16 | | - "type": "clock", |
17 | | - "tags": "clock", |
18 | | - "supports": ["BANGLEJS","BANGLEJS2"], |
19 | | - "allow_emulator": true, |
20 | | - "storage": [ |
21 | | - {"name":"mtnclock.app.js","url":"app.js"}, |
22 | | - {"name":"mtnclock.settings.js","url":"settings.js"}, |
23 | | - {"name":"mtnclock.img","url":"app-icon.js","evaluate":true} |
24 | | - ], |
25 | | - "data": [{"name":"mtnclock.json"}] |
26 | | -} |
| 1 | +{ |
| 2 | + "id": "mtnclock", |
| 3 | + "name": "Mountain Pass Clock", |
| 4 | + "shortName": "Mtn Clock", |
| 5 | + "version": "0.06", |
| 6 | + "description": "A clock that changes scenery based on time and weather.", |
| 7 | + "readme":"README.md", |
| 8 | + "icon": "app.png", |
| 9 | + "screenshots": [ |
| 10 | + {"url":"screenshot1.png"}, |
| 11 | + {"url":"screenshot2.png"}, |
| 12 | + {"url":"screenshot3.png"}, |
| 13 | + {"url":"screenshot4.png"}, |
| 14 | + {"url":"screenshot5.png"} |
| 15 | + ], |
| 16 | + "type": "clock", |
| 17 | + "tags": "clock", |
| 18 | + "supports": ["BANGLEJS","BANGLEJS2"], |
| 19 | + "allow_emulator": true, |
| 20 | + "storage": [ |
| 21 | + {"name":"mtnclock.app.js","url":"app.js"}, |
| 22 | + {"name":"mtnclock.settings.js","url":"settings.js"}, |
| 23 | + {"name":"mtnclock.img","url":"app-icon.js","evaluate":true} |
| 24 | + ], |
| 25 | + "data": [{"name":"mtnclock.json"}] |
| 26 | +} |
0 commit comments