Add URL shortcuts on Home Screen for websites with PWA manifest

Most of mobile browsers allow you to create Home screen link.

(Android home screen, not browser home page) shortcut.
Unfortunately it’s not possible in Brave when

  • website has PWA declaration in manifest.json file
  • website is installed as PWA in another browser

In those cases Brave HIDES menu “Add to home screen” and instead there is:
“Install app” or “Open app”.

Which is bad and counter intuitive

  • PWA sets main page so when using icon shortcut it always open main page
  • shortcut to specific URL should open exact URL that was created on (for example specific article on a website)
  • shortcut to URL should open always inside browser window (with title, url, menus, etc), while in PWA it might be standalone view without browser buttons