Dere64 commited on
Commit
1989bb5
·
verified ·
1 Parent(s): c2b8ecd

Upload plugin.json

Browse files
Files changed (1) hide show
  1. 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
+ }