Skip to content

Releases: filips123/PWAsForFirefox

FirefoxPWA 0.4.0

07 Jul 16:30
Compare
Choose a tag to compare
FirefoxPWA 0.4.0 Pre-release
Pre-release

Added

  • Support for installing non-PWA sites as apps (#15):
    Non-PWA sites will not display the installation action in the address bar, however, they can be installed from the extension's main browser action.
    This way of installing sites does not require PWA manifest, so it should work with basically any website.

  • Support for disabling app manifest (#21, #23):
    You can uncheck "Use the manifest for determining app properties" when installing the site to prevent usage of the manifest.
    This fixes the problem with some sites with broken manifests, such as 9anime.to and tumblr.com.

  • Support for opening out-of-scope URLs in a default browser (#8):
    This is disabled by default, but can be enabled in about:config (firefoxpwa.openOutOfScopeInDefaultBrowser) or Firefox settings.
    Enabling this option will automatically close the PWA window and open any out-of-scope URLs in a default browser.
    This may cause problems with some websites, so it is not recommended to turn it on unless you know what you are doing.

  • Support for enabling tabs mode (#12):
    This is disabled by default but can be enabled in about:config (firefoxpwa.enableTabsMode) or Firefox settings.
    Enabling this option will cause the app browser to display tabs, similar to the normal browser, but without a URL bar.

  • Support for changing app browser settings from Firefox settings page:
    Most about:config preferences by FirefoxPWA can now be accessed directly from the Firefox settings page.
    Note: This means settings page of the app browser, not settings page of the main browser.

Changed

  • Some documentation and UI/UX improvements.
  • Unnecessary UI elements are now hidden.
  • New windows now open PWA start URL.
  • Updated dependencies.

Fixed

  • Site name and description are now trimmed sanitized to prevent problems with shortcuts.
  • Some UI fixes.

You can download the extension from the Firefox Addon Store.

FirefoxPWA 0.3.1

04 Jul 13:13
Compare
Choose a tag to compare
FirefoxPWA 0.3.1 Pre-release
Pre-release

Fixed

  • Remove BOM from the manifest response (fixes outlook.office.com).

You can download the extension from the Firefox Addon Store.

FirefoxPWA 0.3.0

04 Jul 11:05
Compare
Choose a tag to compare
FirefoxPWA 0.3.0 Pre-release
Pre-release

Added

  • Support for searching installed sites and profiles from extension.
  • Support for compressed manifests (Spotify support part 1).
  • Distribution details in the PWA profile.

Changed

  • Windows install page now links directly to the Visual C++ Redistributable.
  • Source Linux install page now includes a step to make runtime directory writable.
  • The 7-Zip install warning is now hidden on non-Windows systems.
  • Native error handling has been improved.

Fixed

  • Remove (incorrect) condition that manifest and document are on the same origin (Spotify support part 2).

You can download the extension from the Firefox Addon Store.

FirefoxPWA 0.2.1

02 Jul 09:58
Compare
Choose a tag to compare
FirefoxPWA 0.2.1 Pre-release
Pre-release

Fixed

  • Temporarily remove auto-releasing to AMO until support for that is officially added. Until then, extension will be released to AMO by hand.
  • Fix categories and keywords list in manage popup.
  • Hide overflow of site/profile name and description in popups.
  • Improve some popup styles.

You can download the extension from the Firefox Addon Store.

FirefoxPWA 0.2.0

01 Jul 21:57
Compare
Choose a tag to compare
FirefoxPWA 0.2.0 Pre-release
Pre-release

Added

  • Extension for managing sites and profiles from the main browser.
  • Support for updating profiles and editing categories and keywords from the console program.

You can download the extension from the Firefox Addon Store.

FirefoxPWA 0.1.0

22 Jun 20:35
Compare
Choose a tag to compare
FirefoxPWA 0.1.0 Pre-release
Pre-release

Added

  • First version of the project.
  • Command-line tool to install and run Progressive Web Apps in Firefox.
  • Modifications of Firefox UI to make a better app-like feel.
  • System integration with start/app menus, icons and shortcuts.

You can download the extension from the Firefox Addon Store.