diff --git a/README.md b/README.md index e72a672..38da7ed 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@
- A Chrome Extension & Bookmarklet for deepcut.fm
-
Apply tweaks to deepcut.fm - autobop, autodj, themes, styles, and more!
+ A Chrome Extension & Bookmarklet for deepcut.live
+
Apply tweaks to deepcut.live - autobop, autodj, themes, styles, and more!
@@ -146,4 +146,4 @@ A full Privacy Statement can be found under [Privacy.md](Privacy.md). The full changelog of turnStyles can be found under [turnStyles/releases.](https://github.com/pixelcrisis/turnstyles/releases) or join the [support -Discord](https://discord.gg/wqmAVvgSbE) for previews of next releases! \ No newline at end of file +Discord](https://discord.gg/wqmAVvgSbE) for previews of next releases! diff --git a/build/manifest.json b/build/manifest.json index a23523c..6b002bf 100644 --- a/build/manifest.json +++ b/build/manifest.json @@ -1,7 +1,7 @@ { - "name": "turnStyles for deepcut.fm", + "name": "turnStyles for deepcut.live", "version": "11.0.2", - "description": "Apply tweaks to deepcut.fm - autobop, autodj, themes, styles, and more!", + "description": "Apply tweaks to deepcut.live - autobop, autodj, themes, styles, and more!", "manifest_version": 2, "icons": { "48": "images/icon48.png", @@ -38,7 +38,13 @@ "*://deepcut.fm/privacy", "*://deepcut.fm/copyright", "*://deepcut.fm/terms", - "*://deepcut.fm/static/*" + "*://deepcut.fm/static/*", + "*://deepcut.live/about", + "*://deepcut.live/jobs", + "*://deepcut.live/privacy", + "*://deepcut.live/copyright", + "*://deepcut.live/terms", + "*://deepcut.live/static/*" ], "js": [ "inject.js" @@ -48,7 +54,8 @@ "*://turntable.fm/*", "*://deepcuts.fm/*", "*://deep-cut.fm/*", - "*://deepcut.fm/*" + "*://deepcut.fm/*", + "*://deepcut.live/*" ] } ], diff --git a/chrome/manifest.json b/chrome/manifest.json index a23523c..6b002bf 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { - "name": "turnStyles for deepcut.fm", + "name": "turnStyles for deepcut.live", "version": "11.0.2", - "description": "Apply tweaks to deepcut.fm - autobop, autodj, themes, styles, and more!", + "description": "Apply tweaks to deepcut.live - autobop, autodj, themes, styles, and more!", "manifest_version": 2, "icons": { "48": "images/icon48.png", @@ -38,7 +38,13 @@ "*://deepcut.fm/privacy", "*://deepcut.fm/copyright", "*://deepcut.fm/terms", - "*://deepcut.fm/static/*" + "*://deepcut.fm/static/*", + "*://deepcut.live/about", + "*://deepcut.live/jobs", + "*://deepcut.live/privacy", + "*://deepcut.live/copyright", + "*://deepcut.live/terms", + "*://deepcut.live/static/*" ], "js": [ "inject.js" @@ -48,7 +54,8 @@ "*://turntable.fm/*", "*://deepcuts.fm/*", "*://deep-cut.fm/*", - "*://deepcut.fm/*" + "*://deepcut.fm/*", + "*://deepcut.live/*" ] } ],