We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b924df commit 824e275Copy full SHA for 824e275
1 file changed
build/pack.js
@@ -67,11 +67,11 @@ delete firefoxManifest.sandbox;
67
// "script-src 'self' blob:; object-src 'self' blob:";
68
firefoxManifest.browser_specific_settings = {
69
gecko: {
70
- id: `${
+ id: `{${
71
version.prerelease.length
72
- ? "scriptcat-beta@scriptcat.org"
73
- : "scriptcat@scriptcat.org"
74
- }`,
+ ? "44ab8538-2642-46b0-8a57-3942dbc1a33b"
+ : "8e515334-52b5-4cc5-b4e8-675d50af677d"
+ }}`,
75
strict_min_version: "91.1.0",
76
},
77
};
0 commit comments