Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
</h1>

<p align="center">
A Chrome Extension & Bookmarklet for deepcut.fm
<br>Apply tweaks to deepcut.fm - autobop, autodj, themes, styles, and more!
A Chrome Extension & Bookmarklet for deepcut.live
<br>Apply tweaks to deepcut.live - autobop, autodj, themes, styles, and more!
</p>

<p align="center">
Expand Down Expand Up @@ -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!
Discord](https://discord.gg/wqmAVvgSbE) for previews of next releases!
15 changes: 11 additions & 4 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -48,7 +54,8 @@
"*://turntable.fm/*",
"*://deepcuts.fm/*",
"*://deep-cut.fm/*",
"*://deepcut.fm/*"
"*://deepcut.fm/*",
"*://deepcut.live/*"
]
}
],
Expand Down
15 changes: 11 additions & 4 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -48,7 +54,8 @@
"*://turntable.fm/*",
"*://deepcuts.fm/*",
"*://deep-cut.fm/*",
"*://deepcut.fm/*"
"*://deepcut.fm/*",
"*://deepcut.live/*"
]
}
],
Expand Down