diff --git a/assets/javascripts/news.json b/assets/javascripts/news.json
index 8bfb83d1..34b282fe 100644
--- a/assets/javascripts/news.json
+++ b/assets/javascripts/news.json
@@ -147,7 +147,7 @@
"New D3.js and Knockout.js documentations"
], [
"2014-01-18",
- "DevDocs is now available as a Firefox web app (currently requires Aurora)."
+ "DevDocs is now available as a Firefox web app."
], [
"2014-01-12",
"Added alt + g
shortcut for searching on Google.",
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 70eb168e..5d0ecf7e 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -67,7 +67,6 @@ app.templates.aboutPage = -> """
Plugins and Extensions
- Chrome web app
-
- Firefox web app
- Sublime Text plugin
- Atom plugin
- Brackets extension
diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb
index e5984f59..514f217e 100644
--- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb
+++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb
@@ -37,7 +37,7 @@ app.templates.intro = """
- The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
- To search a specific documentation, type its name (or an abbreviation), then Tab
- You can search using your browser's address bar — learn how
-
- DevDocs works offline, on mobile, and can be installed on Chrome and Firefox.
+
- DevDocs works offline, on mobile, and can be installed on Chrome.
- For the latest news, follow @DevDocs
- DevDocs is free and open source