Skip to content

Commit

Permalink
Updated url for Nuke Family (#801)
Browse files Browse the repository at this point in the history
* Added Wolverines Health Org to revive providers

* Added zachwozn to team list

* Updated Nuke family url
  • Loading branch information
zachwozn authored Jun 29, 2024
1 parent 797ec9c commit 1b05165
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": { "major": 7, "minor": 3, "build": 1 },
"title": "Beta",
"date": false,
"logs": { "features": [], "fixes": [], "changes": [], "removed": [] }
"logs": {
"features": [{ "message": "Added WHO as a global revive provider", "contributor": "zachwozn" }],
"fixes": [{ "message": "Updated NUKE Family permission in manifest", "contributor": "zachwozn" }],
"changes": [],
"removed": []
}
},
{
"version": { "major": 7, "minor": 2, "build": 4 },
Expand Down
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"optional_permissions": [
"https://www.tornstats.com/*",
"https://yata.yt/*",
"https://www.nukefamily.org/*",
"https://nuke.family/*",
"https://tornuhc.eu/*",
"https://inq.mavri.dev/*",
"https://api.no1irishstig.co.uk/*",
Expand All @@ -37,7 +37,7 @@
"optional_host_permissions": [
"https://www.tornstats.com/",
"https://yata.yt/",
"https://www.nukefamily.org/",
"https://nuke.family/",
"https://tornuhc.eu/",
"https://inq.mavri.dev/",
"https://api.no1irishstig.co.uk/",
Expand Down
4 changes: 2 additions & 2 deletions extension/scripts/global/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ const TEAM = [
title: "Developer",
core: false,
torn: 2301700,
color: "#017BC7",
},
color: "#017BC7"
}
];

const CONTRIBUTORS = TEAM.filter(({ title, color }) => title.includes("Developer") || color).reduce(
Expand Down

0 comments on commit 1b05165

Please sign in to comment.