diff --git a/README.md b/README.md
index 33fa3a2e..d905b945 100755
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-Zöff
+Zoff
====
##### The server-side is required for this website, and it's found at: here
-### Zöff now supports integrated casting with chromecast!
+### Zoff now supports integrated casting with chromecast!
##### Config
@@ -11,9 +11,9 @@ To get the website to run as intended, please enabled mod_rewrite for apache2, a
### About
-Zöff is a shared (free) YouTube based radio service, built upon the YouTube API.
+Zoff is a shared (free) YouTube based radio service, built upon the YouTube API.
-Zöff is mainly a webbased service. The website uses NodeJS with Socket.IO, MongoDB and PHP on the backend, with JavaScript, jQuery and Materialize on the frontend.
+Zoff is mainly a webbased service. The website uses NodeJS with Socket.IO, MongoDB and PHP on the backend, with JavaScript, jQuery and Materialize on the frontend.
The team consists of Kasper Rynning-Tønnesen and Nicolas Almagro Tonne, and the project has been worked on since late 2014.
@@ -81,6 +81,6 @@ Copyright © 2017
Nicolas Almagro Tonne and Kasper Rynning-Tønnesen
Creative Commons License
-Zöff is licensed under a
+Zoff is licensed under a
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Norway License..
Do not redistribute without permission from the developers.
diff --git a/manifest.json b/manifest.json
index 37c7bd0f..36593328 100755
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "Zöff",
- "name": "Zöff",
+ "short_name": "Zoff",
+ "name": "Zoff",
"icons": [
{
"src": "public/images/144x144.png",
diff --git a/service-worker.js b/service-worker.js
index 9a9ea909..8ac0223d 100755
--- a/service-worker.js
+++ b/service-worker.js
@@ -38,7 +38,7 @@ self.addEventListener('fetch', event => {
(event.request.headers.get('accept').includes('text/html') ||
event.request.headers.get('accept').includes('text/css') ||
(event.request.headers.get('accept').includes('*/*') &&
- (event.request.url.includes('localhost') || event.request.url.includes('zoff.no')))))) {
+ (event.request.url.includes('localhost') || event.request.url.includes('zoff.me')))))) {
event.respondWith(
fetch(event.request.url).catch(error => {
if(event.request.url.includes('manifest.json')){