Alan Everett
Alan Everett
Ok, fixed the bugs, doing some cleanup and then I'll create a PR.
This would fulfill #67.
Additionally, the new menu option will need to be added to most of the localization tables.
I've fixed the package-lock.json file. You might want to add that to the .gitignore file if you don't want it tracked.
By the pinned issues, I'm assuming you are referencing the lack of continued support with the Manifest v3 changes?
Instead of remapping events, I added the capability to execute different camera actions depending on the state of the modifier keys. This removed the `Copy` trait from `CameraAction` and `CameraControl`...
On further consideration, I'm not sure I'm happy with the `Box`-based modifier map, so I'm going to separate that from this PR to allow for further design revision. In the...
I found that in [Firefox's production entitlements file](https://searchfox.org/mozilla-central/source/security/mac/hardenedruntime/v2/production/firefox.browser.xml), the following permissions are requested for passkeys. Based on Firefox's documentation, I believe this specific permission also requires something configured within the...
Looking through #111, I found [Apple's documentation on the entitlement required for browser Passkey support](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_web-browser_public-key-credential). Seems like as a general web browser, Zen should qualify to be granted the entitlement...
> I mean, Passkeys also work on Firefox Nightly, so I don't think that that it really a problem Firefox's [Nightly Entitlements XML](https://searchfox.org/mozilla-central/source/security/mac/hardenedruntime/v2/production/nightly.browser.xml) still includes the same permission keys I...