mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-08-05 19:59:51 +00:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"name": "js_plugin_example",
|
|
"version": "1.0.0",
|
|
"description": "A simple JavaScript plugin example.",
|
|
"apiVersion": "0.0.1",
|
|
"author": "Kingkor Roy Tirtho",
|
|
"capabilities": [
|
|
"PERSISTENT_STORAGE",
|
|
"NETWORK_REQUESTS",
|
|
"WEBVIEW"
|
|
],
|
|
"abilities": [
|
|
"METADATA",
|
|
"AUDIO",
|
|
"LYRICS",
|
|
"SCROBBLE"
|
|
]
|
|
} |