mirror of https://github.com/espruino/BangleApps
fix wrong extension used in screenshots in metadata.json
parent
22eec4a546
commit
fa876f1e1a
|
@ -4,7 +4,7 @@
|
||||||
"version":"0.01",
|
"version":"0.01",
|
||||||
"description": "Puzzle game where water needs to flow through pipes by sliding or rotating them",
|
"description": "Puzzle game where water needs to flow through pipes by sliding or rotating them",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot1.jpg"},{"url":"screenshot2.jpg"},{"url":"screenshot3.jpg"}],
|
"screenshots": [{"url":"screenshot1.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"}],
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
Loading…
Reference in New Issue