Skip to content

Instantly share code, notes, and snippets.

@ow
Last active January 27, 2021 23:42
Show Gist options
  • Save ow/3dbc0861d63c3a1488ebb56d7732c0b1 to your computer and use it in GitHub Desktop.
Save ow/3dbc0861d63c3a1488ebb56d7732c0b1 to your computer and use it in GitHub Desktop.
Chromium flags for PWAs

Upcoming flags to enable link capturing and other PWA features. Enable these flags by copying and pasting the following, then searching for the below chrome://flags/

Enable full desktop integration:
chrome://flags/#enable-desktop-pwas

Capture URLs in their scope, such as twitter URLs for the Twitter PWA:
chrome://flags/#enable-desktop-pwas-link-capturing chrome://flags/#enable-desktop-pwas-stay-in-window

Get a pop-up that offers to allow the PWA to open certain URLs:
chrome://flags/#enable-intent-picker

Receive offers to install PWAs:
chrome://flags/#enable-desktop-pwas-omnibox-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment