Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 796b69c

Browse files
committed
Update Firefox addon ID to match what is on AMO
1 parent 774223e commit 796b69c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

browser/hostapp/Install-Windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ManifestFirefoxJson = @{
2020
path = $HostPath.Path;
2121
type = "stdio";
2222
allowed_extensions = @(
23-
"webext@netcode.redpoint.games"
23+
"{1af46c0f-6130-426a-b504-1f5b8295a173}"
2424
);
2525
}
2626
ConvertTo-Json $ManifestFirefoxJson | Out-File -Encoding UTF8 $ManifestFirefoxJsonPath

browser/hostapp/manifest.windows.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "netcode.io helper",
44
"name": "netcode.io",
55
"allowed_extensions": [
6-
"webext@netcode.redpoint.games"
6+
"{1af46c0f-6130-426a-b504-1f5b8295a173}"
77
],
88
"type": "stdio"
99
}

browser/hostapp/manifest.windows.relative.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "netcode.io helper",
44
"name": "netcode.io",
55
"allowed_extensions": [
6-
"webext@netcode.redpoint.games"
6+
"{1af46c0f-6130-426a-b504-1f5b8295a173}"
77
],
88
"type": "stdio"
99
}

browser/webext/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Provides netcode.io APIs to websites",
66
"applications": {
77
"gecko": {
8-
"id": "webext@netcode.redpoint.games",
8+
"id": "{1af46c0f-6130-426a-b504-1f5b8295a173}",
99
"strict_min_version": "42.0"
1010
}
1111
},

0 commit comments

Comments
 (0)