Skip to content

Commit

Permalink
feat(BeatLeader): add context images (#8104)
Browse files Browse the repository at this point in the history
* feat(BeatLeader): add context images

* feat(BeatLeader): add type and name

* Revert "feat(BeatLeader): add type and name"

This reverts commit eb96192.

* feat(BeatLeader): add maps page

* fix(BeatLeader): resize images

* chore(BeatLeader): implement matches

---------

Signed-off-by: joerkig <[email protected]>
  • Loading branch information
joerkig authored Feb 26, 2024
1 parent 42d2d94 commit 1c01121
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 129 deletions.
12 changes: 10 additions & 2 deletions websites/B/BeatLeader/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"replay.beatleader.xyz",
"royale.beatleader.xyz"
],
"matches": ["*://beatleader.xyz/*","*://beatleader.net/*","*://*.beatleader.xyz/*","*://*.beatleader.net/*"],
"regExp": ".+\\.beatleader\\.(?:xyz)|(?:net)",
"version": "1.7.1",
"version": "1.8.0",
"logo": "https://cdn.rcd.gg/PreMiD/websites/B/BeatLeader/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/B/BeatLeader/assets/thumbnail.png",
"color": "#c81c9f",
Expand All @@ -29,6 +30,7 @@
"vr"
],
"iframe": true,
"iFrameMatches": ["*://*.beatleader.xyz/*","*://*.beatleader.net/*"],
"iFrameRegExp": "https:\\/\\/replay\\.beatleader\\.xyz",
"settings": [
{
Expand Down Expand Up @@ -60,9 +62,15 @@
"None"
]
},
{
"id": "context",
"title": "Show Context Icon",
"icon": "fad fa-images",
"value": true
},
{
"id": "time",
"title": "Show timestamps",
"title": "Show Timestamps",
"icon": "fad fa-stopwatch",
"value": true
},
Expand Down
Loading

0 comments on commit 1c01121

Please sign in to comment.