Allow emulator, specify type as app
parent
58f9e7cd5b
commit
ae55c2d39f
|
|
@ -4243,8 +4243,10 @@
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Emojis & Espruino: broadcast Unicode emojis via Bluetooth Low Energy.",
|
"description": "Emojis & Espruino: broadcast Unicode emojis via Bluetooth Low Energy.",
|
||||||
"icon": "emojuino.png",
|
"icon": "emojuino.png",
|
||||||
|
"type": "app",
|
||||||
"tags": "emoji",
|
"tags": "emoji",
|
||||||
"supports" : [ "BANGLEJS2" ],
|
"supports" : [ "BANGLEJS2" ],
|
||||||
|
"allow_emulator": true,
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{ "name": "emojuino.app.js", "url": "emojuino.js" },
|
{ "name": "emojuino.app.js", "url": "emojuino.js" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue