fdarveau/flame

open chrome apps

Closed this issue · 1 comments

Deployment details:

  • App version: 2.2.0
  • Docker image tag: latest

Bug description:
I want to open the chrome apps as a bookmark
chrome://apps

The website does not open. I can't see an error.

Unfortunately, it seems to be a browser limitation, as mentioned here : https://stackoverflow.com/a/40364397

I tested it by adding 2 bookmarks with "special" protocols in the URL :
image

On the first one (chrome://test) no tooltip shows up at the bottom of the page like a normal link, even if the href is set (see screenshot above) :
image

On the second one (vscode://test), the tooltip showing the URL appears, as expected :
image

I also looked in the main repository, and it seems to have been discussed when working on supporting more than just http and https, with the same conclusion :