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

Launch a URL as popup from command line #14

Closed
leira opened this issue Aug 3, 2022 · 3 comments
Closed

Launch a URL as popup from command line #14

leira opened this issue Aug 3, 2022 · 3 comments

Comments

@leira
Copy link

leira commented Aug 3, 2022

This is a really nice extension. Now PWA support is dropped from Firefox, this extension gives a PWA feel.

Is there any way to launch a URL as a popup from Firefox command line through this extension? If so, then it is possible to create a launch file to run a web app as a desktop app.

@eight04
Copy link
Owner

eight04 commented Aug 6, 2022

Does #15 cover this use case?

Maybe we can let the extension detect some URL hash e.g.

https://example.com/myapp#popup=1&width=300&height=600&top=50&left=50

Though we will have to acquire a new tab permission to access tab URL.

@leira
Copy link
Author

leira commented Aug 8, 2022

Thanks for the reply! Yes, I think #15 addresses this issue too. If we can have a whitelist as in #15, then we can just open a whitelisted URL from firefox command line as normal. And yes, unfortunately it probably needs some more permissions though. The current permission list is nicely small.

@leira
Copy link
Author

leira commented Aug 8, 2022

Duplicate of #15

@leira leira closed this as completed Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants