Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions websites/T/TrackGeek/TrackGeek.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"TrackGeek.buttonViewCast": {
"description": "Used as the title for the button in Discord.",
"message": "View Cast"
},
"TrackGeek.buttonViewCompany": {
"description": "Used as the title for the button in Discord.",
"message": "View Company"
},
"TrackGeek.buttonViewFranchise": {
"description": "Used as the title for the button in Discord.",
"message": "View Franchise"
},
"TrackGeek.buttonViewManga": {
"description": "Used as the title for the button in Discord.",
"message": "View Manga"
},
"TrackGeek.buttonViewAnime": {
"description": "Used as the title for the button in Discord.",
"message": "View Anime"
},
"TrackGeek.buttonViewBook": {
"description": "Used as the title for the button in Discord.",
"message": "View Book"
},
"TrackGeek.viewBook": {
"description": "Displayed when viewing a specific book.",
"message": "Viewing book:"
},
"TrackGeek.settings": {
"description": "View the settings page.",
"message": "Settings"
},
"TrackGeek.viewCast": {
"description": "Displayed when viewing a specific cast member.",
"message": "Viewing cast member:"
},
"TrackGeek.viewCompany": {
"description": "Displayed when viewing a specific company.",
"message": "Viewing company:"
},
"TrackGeek.viewFranchise": {
"description": "Displayed when viewing a specific franchise.",
"message": "Viewing franchise:"
},
"TrackGeek.mangas": {
"description": "Displayed when viewing the mangas home.",
"message": "Mangas"
},
"TrackGeek.animes": {
"description": "Displayed when viewing the animes home.",
"message": "Animes"
},
"TrackGeek.books": {
"description": "Displayed when viewing the books home.",
"message": "Books"
},
"TrackGeek.games": {
"description": "Displayed when viewing the games home.",
"message": "Games"
},
"TrackGeek.movies": {
"description": "Displayed when viewing the movies home.",
"message": "Movies"
},
"TrackGeek.tvShows": {
"description": "Displayed when viewing the tv shows home.",
"message": "TV Shows"
}
}
32 changes: 32 additions & 0 deletions websites/T/TrackGeek/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://schemas.premid.app/metadata/1.17",
"apiVersion": 1,
"author": {
"id": "354233941550694400",
"name": "kuriel."
},
"service": "TrackGeek",
"description": {
"en": "Unified platform for tracking games, movies, series, anime, manga, and books — all in one place.",
"pt": "Plataforma unificada para rastrear jogos, filmes, séries, anime, mangás e livros — tudo em um só lugar.",
"pt-br": "Plataforma unificada para rastrear jogos, filmes, séries, anime, mangás e livros — tudo em um só lugar."
},
"url": "trackgeek.net",
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*trackgeek[.]net[/]",
"version": "1.0.0",
"logo": "https://i.imgur.com/wrdklQH.png",
"thumbnail": "https://i.imgur.com/ttf7YuM.png",
"color": "#10b981",
"category": "socials",
"tags": [
"movie",
"anime",
"show",
"tv",
"tracking",
"tracker",
"games",
"books",
"mangas"
]
}
Loading
Loading