prmonitor
prmonitor copied to clipboard
Fullscreen button opens `chrome-extension://` and fails on Firefox-based browsers
Clicking the fullscreen button in the popup navigates to chrome-extension://{uuid}/index.html, so the page won’t load in Firefox-based browsers.
Steps to Reproduce
- Install PR Monitor 0.10.7 on a Firefox-based browser (e.g., Floorp [email protected])
- Open the extension popup
- Click the fullscreen button (clone icon) in the top-right corner
- Observe that the browser navigates to
chrome-extension://{uuid}/index.html, which fails to load
Expected Behavior
- On Firefox-based browsers, clicking the fullscreen button should open
moz-extension://{uuid}/index.htmland successfully render the fullscreen view.
Actual Behavior
- It opens
chrome-extension://{uuid}/index.html, which fails to load on Firefox-based browsers.
Environment
- Browser: Floorp [email protected]
- Extension: PR Monitor 0.10.7