Upload plugin.json
Browse files- plugin.json +14 -0
plugin.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repository": {
|
| 3 |
+
"name": "plugins-repo",
|
| 4 |
+
"type": "plugins"
|
| 5 |
+
},
|
| 6 |
+
"plugins": {
|
| 7 |
+
"get-apk": {
|
| 8 |
+
"name": "Get APK",
|
| 9 |
+
"description": "Busca y descarga APKs desde repositorios.",
|
| 10 |
+
"version": "1.2.0",
|
| 11 |
+
"url": "https://huggingface.co/Dere64/Prueba/resolve/main/get-apk.tar.gz?download=true"
|
| 12 |
+
}
|
| 13 |
+
}
|
| 14 |
+
}
|