mirror of https://github.com/espruino/BangleApps
19 lines
612 B
JSON
19 lines
612 B
JSON
{
|
|
"id": "podadrem",
|
|
"name": "Podcast Addict Remote",
|
|
"shortName": "PA Remote",
|
|
"version": "0.09",
|
|
"description": "Control Podcast Addict on your android device.",
|
|
"readme": "README.md",
|
|
"type": "app",
|
|
"tags": "remote,podcast,podcasts,radio,player,intent,intents,gadgetbridge,podadrem,pa remote",
|
|
"icon": "app.png",
|
|
"screenshots" : [ {"url":"screenshot1.png"}, {"url":"screenshot2.png"} ],
|
|
"supports": ["BANGLEJS2"],
|
|
"dependencies": { "textinput":"type"},
|
|
"storage": [
|
|
{"name":"podadrem.app.js","url":"app.js"},
|
|
{"name":"podadrem.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|