2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "pparrot",
|
|
|
|
"name": "Party Parrot",
|
2022-01-19 14:21:50 +00:00
|
|
|
"version": "0.02",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Party with a parrot on your wrist",
|
|
|
|
"icon": "party-parrot.png",
|
|
|
|
"type": "app",
|
|
|
|
"tags": "party,parrot,lol",
|
2022-01-19 14:21:50 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2022-01-06 11:47:26 +00:00
|
|
|
"allow_emulator": true,
|
|
|
|
"screenshots": [{"url":"bangle1-party-parrot-screenshot.png"}],
|
|
|
|
"storage": [
|
|
|
|
{"name":"pparrot.app.js","url":"party-parrot.js"},
|
|
|
|
{"name":"pparrot.img","url":"party-parrot-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|