Skip to content

Instantly share code, notes, and snippets.

@tiagosomda
Created June 4, 2019 00:13
Show Gist options
  • Save tiagosomda/65e7f141e8d27a5749a7ed988e9006e7 to your computer and use it in GitHub Desktop.
Save tiagosomda/65e7f141e8d27a5749a7ed988e9006e7 to your computer and use it in GitHub Desktop.
Open Site as App

Chromium Launcher Options

There are some sites that I like having on my taskbar as if they were applications.
You can easily do that by creating a shortcut to your chromium exe (chrome, edge, vivaldi, etc) and append the following option:
--app="your website address goes here"

--app tells it to open the site in "app mode"
then you just pass the website address

Here is an example of my shortcut target:

"P:\Programs\Vivaldi\Application\vivaldi.exe" --profile-directory=Default --app="https://twitter.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment