Rename files

pull/997/head
James 2021-12-04 10:20:49 +00:00
parent 0518b77d68
commit 72265234bb
8 changed files with 8 additions and 8 deletions

View File

@ -463,22 +463,22 @@
] ]
}, },
{ {
"id": "mandlebrotclock", "id": "mandelbrotclock",
"name": "Mandlebrot Clock", "name": "Mandelbrot Clock",
"version": "0.01", "version": "0.01",
"description": "A mandlebrot set themed clock cool", "description": "A mandelbrot set themed clock cool",
"icon": "mandlebrotclock.png", "icon": "mandelbrotclock.png",
"screenshots": [{ "url": "screenshot_mandlebrotclock.png" }], "screenshots": [{ "url": "screenshot_mandelbrotclock.png" }],
"type": "clock", "type": "clock",
"tags": "clock", "tags": "clock",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"readme": "README.md", "readme": "README.md",
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{ "name": "mandlebrotclock.app.js", "url": "mandlebrotclock.js" }, { "name": "mandelbrotclock.app.js", "url": "mandelbrotclock.js" },
{ {
"name": "mandlebrotclock.img", "name": "mandelbrotclock.img",
"url": "mandlebrotclock-icon.js", "url": "mandelbrotclock-icon.js",
"evaluate": true "evaluate": true
} }
] ]

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB