diff --git a/extension/changelog.json b/extension/changelog.json index 36665ba21..9a3d344a8 100644 --- a/extension/changelog.json +++ b/extension/changelog.json @@ -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 }, diff --git a/extension/manifest.json b/extension/manifest.json index 15da6aada..be0582ec2 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -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/*", @@ -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/", diff --git a/extension/scripts/global/team.js b/extension/scripts/global/team.js index 4d1093896..5bd1c26b0 100644 --- a/extension/scripts/global/team.js +++ b/extension/scripts/global/team.js @@ -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(