Not really that worried but rather curious about your opinions. Use what suits your demands best.

But for starters:

Electron is a framework based on Chromium used to develop desktop apps. Examples of apps that are built on Electron are Discord, Element Desktop, MS Teams, Slack, GitHub Desktop, Atom, VS Code and counting

  • Kissaki@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 months ago

    What do you mean “via plugin”?

    The advantage of browser pwa is that they work without plugins.

    Separate app is good for separation, and can at times oder better performance. Browser allows for low barrier, existing browser use. Either can be preferable.

    • Admiral Patrick@dubvee.org
      link
      fedilink
      English
      arrow-up
      10
      ·
      10 months ago

      Firefox doesn’t support “installing” web apps as PWAs like Chrome-based ones do. There are plugins to provide that functionality, which I assume is what OP is referring to.

      • Zyratoxx@lemm.eeOP
        link
        fedilink
        arrow-up
        5
        ·
        10 months ago

        Yeah, Mozilla thought about bringing official support but discontinued is afaik.

        • Admiral Patrick@dubvee.org
          link
          fedilink
          English
          arrow-up
          4
          ·
          10 months ago

          That’s extremely unfortunate. I can’t see how it would be all that difficult to implement (says someone who absolutely would be lost looking at Firefox’s source code lol)

      • Kissaki@feddit.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        10 months ago

        I was not aware Firefox removed native support for it. At least I thought it supported it.

        From https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Installing

        Installation is supported on all modern desktop and mobile devices. Whether the PWA can be installed by the browser on the operating system differs by browser/operating system combination. Most browsers support installing PWAs on all operating systems—Chrome OS, MacOS, Windows, Android, Linux, etc.—directly or when an extension is installed.

        Firefox requires a PWA extension.

        Apple is unique when it comes to PWAs: PWAs can be installed on macOS from any browser except Safari. The opposite is true for iOS versions before 16.4, where PWAs could only be installed in Safari. PWAs can be installed on iOS/iPadOS 16.4 or later from any supporting browser.

        Apparently, it’s not an official extension by Mozilla either, but published by a third party.

        • Admiral Patrick@dubvee.org
          link
          fedilink
          English
          arrow-up
          4
          ·
          10 months ago

          I don’t even really need it to be fully compliant, really. Just let me launch it in a standalone window without the URL, tab, and status bars. :shrug:

        • Admiral Patrick@dubvee.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          10 months ago

          Both, yeah. Shortcut icon based on the favicon (or whatever the dev configures in the manifest) and a dedicated window without the URL, tab, and status bars.