mirror of https://github.com/espruino/BangleApps
18 lines
558 B
JSON
18 lines
558 B
JSON
{
|
|
"id": "spotrem",
|
|
"name": "Remote for Spotify",
|
|
"version": "0.11",
|
|
"description": "Control spotify on your android device.",
|
|
"readme": "README.md",
|
|
"type": "app",
|
|
"tags": "spotify,music,player,remote,control,intent,intents,gadgetbridge,spotrem",
|
|
"icon": "app.png",
|
|
"screenshots" : [ {"url":"screenshot1.png"}, {"url":"screenshot2.png"} ],
|
|
"supports": ["BANGLEJS2"],
|
|
"dependencies": { "textinput":"type"},
|
|
"storage": [
|
|
{"name":"spotrem.app.js","url":"app.js"},
|
|
{"name":"spotrem.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|