diff --git a/deploy/Homestead.yaml b/deploy/Homestead.yaml
deleted file mode 100644
index c941040ae9dfdfeafa9c437f5553ce703c8a3b48..0000000000000000000000000000000000000000
--- a/deploy/Homestead.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-ip: "192.168.10.10"
-memory: 2048
-cpus: 1
-provider: virtualbox
-
-authorize: ~/.ssh/id_rsa.pub
-
-keys:
-    - ~/.ssh/id_rsa
-
-folders:
-    - map: ~/MetaGer
-      to: /home/vagrant/MetaGer
-
-sites:
-    - map: 192.168.10.10
-      to: /home/vagrant/MetaGer/public
-
-databases:
-    - homestead
-
-# blackfire:
-#     - id: foo
-#       token: bar
-#       client-id: foo
-#       client-token: bar
-
-# ports:
-#     - send: 50000
-#       to: 5000
-#     - send: 7777
-#       to: 777
-#       protocol: udp
diff --git a/deploy/checkServerStatus.sh b/deploy/checkServerStatus.sh
deleted file mode 100755
index 04fc03e9005c6d01fe3d69cbd54404c729a501c6..0000000000000000000000000000000000000000
--- a/deploy/checkServerStatus.sh
+++ /dev/null
@@ -1,48 +0,0 @@
-path="$1"
-# Klone das Repo neu, falls es noch nicht existiert
-if [ ! -d ~/MetaGer ]
-then 
-	cd ~/
-	git clone "$path" 
-	cd ~/MetaGer
-	composer update 
-	chmod -R 777 storage/ bootstrap/cache
-fi
-# Falls notwendig Laravel-Framework initialisieren:
-
-if [ ! -f ~/MetaGer/.env ]
-then 
-	cd ~/MetaGer
-	cp .env.example .env
-fi
-if [ $(grep "SomeRandomString" ~/MetaGer/.env) ]
-then 
-	cd ~/MetaGer
-	php artisan key:generate
-fi
-# Falls notwendig Homestead Server intialisieren:
-if [ ! -d ~/Homestead ]
-then
-	cd ~/
-	# Wir brauchen unseren öffentlichen ssh Schlüssel:
-	if [ ! -d .ssh ]
-	then
-		mkdir .ssh
-		chmod 700 .ssh
-	fi
-	if [ ! -f .ssh/id_rsa.pub ]
-	then
-		cd .ssh
-		ssh-keygen -t rsa -N "" -f id_rsa
-		cd ~/
-	fi
-	vagrant box add --provider virtualbox laravel/homestead
-	git clone https://github.com/laravel/homestead.git Homestead
-	cd Homestead/
-	bash init.sh
-	cd ~/
-	cp -f "$path/deploy/Homestead.yaml" .homestead/
-	cd Homestead/
-	vagrant up
-	echo "Your server is now running under http://localhost:8000"
-fi
diff --git a/public/img/Firefox.png b/public/img/Firefox.png
new file mode 100644
index 0000000000000000000000000000000000000000..35dfc91f56961280d2410d108f9ac3505be76384
Binary files /dev/null and b/public/img/Firefox.png differ
diff --git a/public/img/Firefox_Standard.png b/public/img/Firefox_Standard.png
new file mode 100644
index 0000000000000000000000000000000000000000..f35a611a29163ebbfb1a7fff1d9be9fef78f78e8
Binary files /dev/null and b/public/img/Firefox_Standard.png differ
diff --git a/resources/lang/de/index.php b/resources/lang/de/index.php
index 0fc9a1d713dced5490fa83f1a0029342f3a6f936..bb8b502a9161fbc075a30ff1df765c19f1e77e50 100644
--- a/resources/lang/de/index.php
+++ b/resources/lang/de/index.php
@@ -35,11 +35,8 @@ return [
 	'plugin.head.5'			=>	'MetaGer zum Microsoft Edge hinzufügen',
 	'plugin.head.info'		=>	'(aktuelle Sucheinstellungen werden übernommen)',
 
-	'plugin.firefox.1'		=>	'Klicken Sie ',
-	'plugin.firefox.2'		=>	'hier',
-	'plugin.firefox.3'		=>	', um MetaGer als Suchmaschine hinzuzufügen.',
-	'plugin.firefox.4'		=>	'Setzen Sie einen Haken bei "Diese als aktuelle Suchmaschine setzen"',
-	'plugin.firefox.5'		=>	'Klicken Sie auf "Hinzufügen"',
+	'plugin.firefox.1'		=>	'Klicken Sie in Ihrem Browser oben rechts im Suchfeld auf die Lupe mit dem kleinen "+" und dann auf "MetaGer hinzufügen" (siehe Bild)',
+	'plugin.firefox.2'		=>	'Klicken Sie nun mit der rechten Maustaste auf das neue MetaGer Logo in der Liste und auf "als Standard Suchmaschine verwenden" (siehe Bild)',
 
 	'plugin.chrome.1'		=>	'Klicken Sie in Ihrem Chrome oben rechts auf <span class="glyphicon glyphicon-option-vertical"></span> und im folgenden Menü auf "Einstellungen", um die Einstellungen Ihres Chromes zu öffnen.',
 	'plugin.chrome.2'		=>	'Im Bereich "Suchen" klicken Sie auf Suchmaschinen verwalten...',
diff --git a/resources/lang/en/index.php b/resources/lang/en/index.php
index 00f7294f6e94dd11e92d07f5608fcbe3b13c9880..2c2e24b8ed930b5834a2731293c10cce08f8a126 100644
--- a/resources/lang/en/index.php
+++ b/resources/lang/en/index.php
@@ -30,11 +30,8 @@ return [
 	'plugin.head.4'			=>	'Add MetaGer to your Internet Explorer',
 	'plugin.head.5'			=>	'Add MetaGer to your Microsoft Edge',
 
-	'plugin.firefox.1'		=>	'Click ',
-	'plugin.firefox.2'		=>	'here',
-	'plugin.firefox.3'		=>	', to add MetaGer as a search engine.',
-	'plugin.firefox.4'		=>	'Please tick the box "Make this the current search engine"',
-	'plugin.firefox.5'		=>	'Click on "Add"',
+	'plugin.firefox.1'		=>	'Click on the magnifying glass with the small green "+" and then on "Add MetaGer.." (picture 1)',
+	'plugin.firefox.2'		=>	'Now right click on the new MetaGer Logo in the List and select "Make MetaGer the default search engine" (picture2)',
 
 	'plugin.chrome.1'		=>	'Click ',
 	'plugin.chrome.2'		=>	'here',
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 5300840ccee8ee19b7f08f66776a221dc50cb403..5183eafb97459c37a006ad5560601274264b41bb 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -35,9 +35,8 @@
           <div class="modal-body">
             @if ($browser === 'Firefox' || $browser === 'Mozilla')
               <ol>
-                <li>{{ trans('index.plugin.firefox.1') }}<a href="javascript:window.external.AddSearchProvider($('link[rel=search]').attr('href'))">{{ trans('index.plugin.firefox.2') }}</a>{{ trans('index.plugin.firefox.3') }}</li>
-                <li>{{ trans('index.plugin.firefox.4') }}</li>
-                <li>{{ trans('index.plugin.firefox.5') }}</li>
+                <li>{{ trans('index.plugin.firefox.1') }}<img src="/img/Firefox.png" width="100%" /></li>
+                <li>{{ trans('index.plugin.firefox.2') }}<img src="/img/Firefox_Standard.png" width="100%" /></li>
               </ol>
               <h4>MetaGer als Startseite im {{ $browser }} einrichten</h4>
               <hr />