-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: disqualifier <[email protected]> Signed-off-by: 0x746A <[email protected]> Co-authored-by: Daniel Lau <[email protected]>
- Loading branch information
1 parent
fcc5c76
commit 1b67b7f
Showing
2 changed files
with
535 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"$schema": "https://schemas.premid.app/metadata/1.13", | ||
"apiVersion": 1, | ||
"author": { | ||
"name": "dsql", | ||
"id": "360959203407429632" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Striker", | ||
"id": "215509157837537280" | ||
} | ||
], | ||
"service": "Inlx", | ||
"description": { | ||
"en": "Inlx is a premium service that provides users with access to movies and TV shows." | ||
}, | ||
"url": [ | ||
"inlx.site", | ||
"flxhd.com" | ||
], | ||
"version": "1.0.0", | ||
"logo": "https://i.imgur.com/t7t4rGb.png", | ||
"thumbnail": "https://i.imgur.com/GhnrBVX.png", | ||
"color": "#00A0EC", | ||
"category": "videos", | ||
"tags": [ | ||
"movies", | ||
"shows", | ||
"tv", | ||
"entertainment" | ||
], | ||
"settings": [ | ||
{ | ||
"id": "search", | ||
"title": "Display Search Info", | ||
"icon": "fas fa-search", | ||
"value": true | ||
}, | ||
{ | ||
"id": "browse", | ||
"title": "Display Browsing Info", | ||
"icon": "fas fa-book-open", | ||
"value": true | ||
}, | ||
{ | ||
"id": "video", | ||
"title": "Display Video Info", | ||
"icon": "fas fa-video", | ||
"value": true | ||
} | ||
] | ||
} |
Oops, something went wrong.