this repo has no description

1.2.4

Changed files
+9 -14
packages
+4
CHANGELOG.md
···
- Fixes for latest Discord
+
- Added a warning when disabling built in extensions in Moonbase
+
- Added a prompt to restart when updating an extension in Moonbase
+
- Added a button to view extension source in Moonbase
+
- Searching for settings of extensions now works properly in Moonbase
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.2.3",
+
"version": "1.2.4",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"license": "LGPL-3.0-or-later",
+3 -12
packages/browser/manifest.json
···
"manifest_version": 3,
"name": "moonlight",
"description": "Yet another Discord mod",
-
"version": "1.1.0",
-
"permissions": [
-
"declarativeNetRequestWithHostAccess",
-
"webRequest",
-
"scripting",
-
"webNavigation"
-
],
-
"host_permissions": [
-
"https://moonlight-mod.github.io/*",
-
"https://api.github.com/*",
-
"https://*.discord.com/*"
-
],
+
"version": "1.2.4",
+
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
+
"host_permissions": ["https://moonlight-mod.github.io/*", "https://api.github.com/*", "https://*.discord.com/*"],
"content_scripts": [
{
"js": ["index.js"],
+1 -1
packages/browser/manifestv2.json
···
"manifest_version": 2,
"name": "moonlight",
"description": "Yet another Discord mod",
-
"version": "1.1.0",
+
"version": "1.2.4",
"permissions": [
"webRequest",
"webRequestBlocking",