diff --git a/PreMid/core/constants.ts b/PreMid/core/constants.ts index f59545d..1b299aa 100644 --- a/PreMid/core/constants.ts +++ b/PreMid/core/constants.ts @@ -1,5 +1,5 @@ export const SITE_NAME = 'Movix' -export const FALLBACK_SITE_URL = 'https://movix.cash' +export const FALLBACK_SITE_URL = 'https://movix.cloud' export const FALLBACK_LOGO = `${FALLBACK_SITE_URL}/movix512.png` export const TMDB_API_BASE = 'https://api.themoviedb.org/3' export const TMDB_IMAGE_BASE = 'https://image.tmdb.org/t/p' diff --git a/PreMid/metadata.json b/PreMid/metadata.json index be9f47e..4c89678 100644 --- a/PreMid/metadata.json +++ b/PreMid/metadata.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.premid.app/metadata/1.16", "apiVersion": 1, "author": { "name": "Movix", @@ -9,11 +10,11 @@ "en": "Movix is a streaming platform for movies, series, anime, and watch parties.", "fr": "Movix est une plateforme de streaming pour films, series, anime et watch parties." }, - "url": ["movix.cash", "movix.cash", "movix.cash"], - "regExp": "^https:\\/\\/([a-z0-9-]+[.])*(movix[.](?:rodeo|website|blog))(?:[/]|$)", - "version": "1.0.0", - "logo": "https://movix.cash/movix512.png", - "thumbnail": "https://movix.cash/thumbnail.png", + "url": ["movix.tax", "movix.cash", "movix.cloud"], + "regExp": "^https?[:][/][/]([a-z0-9-]+[.])*movix[.](cash|tax|cloud)[/]", + "version": "1.0.5", + "logo": "https://cdn.rcd.gg/PreMiD/websites/M/Movix/assets/logo.png", + "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/Movix/assets/thumbnail.png", "color": "#dc2626", "category": "videos", "tags": ["movies", "series", "anime", "watchparty", "streaming"], diff --git a/PreMid/tsconfig.json b/PreMid/tsconfig.json new file mode 100644 index 0000000..1a04cb0 --- /dev/null +++ b/PreMid/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "../../../tsconfig.base.json", + "compilerOptions": { + "outDir": "./dist/" + } +} diff --git a/extension/Chrome/background.js b/extension/Chrome/background.js index 6672828..63b3004 100644 --- a/extension/Chrome/background.js +++ b/extension/Chrome/background.js @@ -113,6 +113,7 @@ async function setupRules() { "localhost", "127.0.0.1", "movix.cash", + "movix.cloud", "movix.tax", "movix.club", ], diff --git a/extension/Chrome/manifest.json b/extension/Chrome/manifest.json index 849cf90..582ee3c 100644 --- a/extension/Chrome/manifest.json +++ b/extension/Chrome/manifest.json @@ -38,6 +38,8 @@ "*://localhost/*", "*://movix.cash/*", "*://*.movix.cash/*", + "*://movix.cloud/*", + "*://*.movix.cloud/*", "*://movix.tax/*", "*://*.movix.tax/*", "*://movix.club/*", diff --git a/extension/Chrome/popup.html b/extension/Chrome/popup.html index 46f3569..8c3dbc8 100644 --- a/extension/Chrome/popup.html +++ b/extension/Chrome/popup.html @@ -424,7 +424,7 @@
- + Configurer →
@@ -456,7 +456,7 @@
- + Configurer →
@@ -456,7 +456,7 @@