X
Tech
Why you can trust ZDNET : ZDNET independently tests and researches products to bring you our best recommendations and advice. When you buy through our links, we may earn a commission. Our process

'ZDNET Recommends': What exactly does it mean?

ZDNET's recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.

When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions. This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay. Neither ZDNET nor the author are compensated for these independent reviews. Indeed, we follow strict guidelines that ensure our editorial content is never influenced by advertisers.

ZDNET's editorial team writes on behalf of you, our reader. Our goal is to deliver the most accurate information and the most knowledgeable advice possible in order to help you make smarter buying decisions on tech gear and a wide array of products and services. Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards. If we have made an error or published misleading information, we will correct or clarify the article. If you see inaccuracies in our content, please report the mistake via this form.

Close

How to open websites as apps with Firefox on Linux

Jack Wallen shows you a handy tool that makes it possible to use Firefox on Linux to open sites as web apps.
Written by Jack Wallen, Contributing Writer
firefox.png
Mozilla

Linux Mint includes a few "homegrown" applications that are pretty fabulous, including Bulky (batch renaming tool), Hypnotics (internet TV viewer), Mint Install (USB image writer), Mint Stick (USB formatting tool), Sticky Notes (notes tool), Thingy (document search), Warpinator (file transfer), Xviewer (image viewer), and one of my favorites, Web-App Manager.

The Web-App Manager tool makes it possible to open websites as web apps with Firefox. This feature has been available to Chrome for some time, but not Firefox. 

What is a web app?

Although this tool doesn't actually turn a site into a web app, what it does do is open sites in a single window, minus all the bells and whistles normally associated with a Firefox tab or window. In other words, you lose toolbars, tabs, and other controls, so the website looks and feels as if it were open as an actual application on your desktop. This can be handy when you need quick access to a site but want the window to be minimal. For example, I tend to open sites such as my go-to container manager, Portainer, as a web app. Instead of having to open yet another Firefox tab, I can simply open the app from my desktop menu and get to work. 

This is great for services and other sites that you might use frequently but not enough to leave as pinned tabs or bookmarks in Firefox.

With that said, how do you install and use the Linux Mint Web-App Manager on a distribution other than Linux? Let me show you.

Requirements

The one caveat to this tool is that it's only available for Debian/Ubuntu-based distributions. So, you'll need a distribution that uses the apt package management system and a user with sudo privileges.

Ready to rock?

I thought so.

Installing Web-App Manager

1. Add the required repository

The first thing we'll do is add the necessary repository. Log in to your Linux desktop and open a terminal window. To add the repository, issue the command:

sudo add-apt-repository ppa:kelebek333/mint-tools

2. Update and install

Next, we must update the apt with:

sudo apt-get update

Finally, we can install the app with:

sudo apt-get install webapp-manager -y

Once the installation completes, you can add your first site as an app.

Adding sites as apps

1. Open the app

Locate Web-App Manager from your desktop menu. When the app opens, you'll be greeted by a very easy-to-use interface (Figure 1).

The Linux Mint Web-App Manager tool.

Figure 1: I already have a number of sites added as web apps.

Image: Jack Wallen

2. Add a site

To add a site, click + and configure the site as needed in the resulting window (Figure 2).

Adding a new site as a web app in Linux.

Figure 2: The Web-App Manager Web Site add window.

Image: Jack Wallen

Give the new web app a name, add the URL for the website in question, change the icon (if needed), select a category, and select your browser (it's not just available for Firefox but to all installed browsers on your system), and select if you want to include a navigation bar and/or private/incognito mode.

Once you've configured the site, click OK to save it.

Opening sites defined by the Web-App Manager

To open one of your newly-defined sites, all you have to do is browse your desktop menu and look for the name you've given the site. Open the site, and you'll see it looks like a basic desktop application (Figure 3).

Portainer running as a web app.

Figure 3: The Portainer container manager running as a Firefox web app.

Image: Jack Wallen

And that, my Linux-loving friends, is all you need to open a website as an app with a user-friendly Linux Mint tool. You'll seriously appreciate this handy application if you're a fan of simplicity and efficiency.

Editorial standards