Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync extension data with FirefoxSync /or/ manual import/export of data #130

Closed
AlexDumi29 opened this issue Feb 7, 2022 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@AlexDumi29
Copy link

Problem Description

Is your feature request related to a problem?

Yes, I have to create the same web app all over again on each of my devices.

Please add a clear description of the problem you are seeking to solve with this feature request

Having sync or import/export functionality for the webapps and the profiles (presumably using firefox directly, but anything will do) so I wouldn't have to do it separately on all of my devices and OS's.

Proposed Solution

Describe the solution you'd like clearly and concisely

The extension should have the ability to import and export the current apps, profiles and settings, preferably by itself using some sort of sync, but even manual import/export functionality would be great

@AlexDumi29 AlexDumi29 added the enhancement New feature or request label Feb 7, 2022
@filips123
Copy link
Owner

filips123 commented Feb 7, 2022

You can manually copy config.json file and profiles directory and then run "Update web apps" from the extension settings on a target computer. This will copy all your installed web apps, including their data, and register them to the OS.

I plan to improve project documentation/instructions soon, and I will include those instructions there. Unfortunately, proper/continuous sync using Firefox Sync isn't possible, because most data are stored outside the extension. However, I think you could still sign into Firefox Account from PWA profiles, so at least data from web apps are synced.

Location of config.json and profiles is:

  • Windows: %APPDATA%\FirefoxPWA\
  • Linux: $XDG_DATA_HOME/firefoxpwa/ or $HOME/.local/share/firefoxpwa/
  • macOS: $HOME/Library/Application Support/firefoxpwa/

@filips123 filips123 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants