static-asset-pack 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/catalog.json +30 -0
  2. package/package.json +1 -1
package/catalog.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "schema": 1,
3
+ "plugins": [
4
+ {
5
+ "id": "xuper",
6
+ "repo": "kinotvapp/kino-plugin-xuper",
7
+ "name": "Xuper",
8
+ "description": "Películas y series. Lo que ya usabas en Kino.",
9
+ "tags": ["películas", "series"],
10
+ "legacyDefault": true,
11
+ "bundled": true,
12
+ "requires": ["xuper-bridge"]
13
+ },
14
+ {
15
+ "id": "internet-archive",
16
+ "repo": "kinotvapp/kino-plugin-archive",
17
+ "name": "Internet Archive",
18
+ "description": "Películas de dominio público y televisión clásica de archive.org.",
19
+ "tags": ["películas", "clásicos", "gratis"]
20
+ },
21
+ {
22
+ "id": "own-server",
23
+ "repo": "kinotvapp/kino-plugin-own-server",
24
+ "name": "Tu servidor",
25
+ "description": "Ve el contenido de tu propio servidor de video. Necesita que escribas su dirección.",
26
+ "tags": ["servidor", "propio"],
27
+ "needsSetup": true
28
+ }
29
+ ]
30
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-asset-pack",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Static assets.",
5
5
  "license": "MIT",
6
6
  "private": false