Skip to content

Commit

Permalink
fix(Smash Pros): domain and branding updates (#8141)
Browse files Browse the repository at this point in the history
* fix(Smash Pros): domain and branding updates

Signed-off-by: Carlos R <[email protected]>

* fix(Smash Pros): new version number

---------

Signed-off-by: Carlos R <[email protected]>
  • Loading branch information
CERLgit authored Mar 4, 2024
1 parent 594fbc4 commit 88ffcd5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
31 changes: 31 additions & 0 deletions websites/M/MatchBox/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://schemas.premid.app/metadata/1.10",
"author": {
"id": "596877893137596416",
"name": "c_fornow"
},
"service": "MatchBox",
"description": {
"en": "MatchBox is a skill based matchmaking service for Super Smash Bros. Ultimate"
},
"url": [
"thematchbox.gg",
"smashpros.gg",
"www.smashpros.gg"
],
"matches": [
"*://thematchbox.gg/*",
"*://smashpros.gg/*",
"*://www.smashpros.gg/*"
],
"version": "1.0.0",
"logo": "https://i.imgur.com/BUsAbPF.png",
"thumbnail": "https://i.imgur.com/fU14eIO.png",
"color": "#52ff87",
"category": "games",
"tags": [
"game",
"matchmaking",
"smash"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const presence = new Presence({
presence.on("UpdateData", async () => {
const { pathname, href } = document.location,
presenceData: PresenceData = {
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/S/Smash%20Pros/assets/logo.png",
largeImageKey: "https://i.imgur.com/BUsAbPF.png",
};
if (pathname === "/matchmaking") {
const opponent = document.querySelectorAll(
Expand Down
25 changes: 0 additions & 25 deletions websites/S/Smash Pros/metadata.json

This file was deleted.

0 comments on commit 88ffcd5

Please sign in to comment.