Graphe des révisions
5 Révisions
Auteur SHA1 Message Date
jimmyGALLAND 292701d3cb ci: build XPI on every src/ change
Produces a versioned .xpi artifact on each push touching src/.
On main, also updates the latest-dev pre-release with the new build.
2026-05-24 16:37:11 +02:00
jimmyGALLAND 4f8e839b60 feat: add Firefox Android compatibility to manifest
- Move notifications and contextMenus to optional_permissions
- Set options_ui open_in_tab to true (required on Android)
- Add gecko_android with strict_min_version 113.0
- Bump version to 1.1.1
2026-05-24 16:28:39 +02:00
jimmyGALLAND 06831a1795 fix: add viewport meta and mobile-friendly input attributes
- Add <meta name=viewport> to popup.html and options.html
- Use type=url and inputmode=url on URL fields
- Add autocomplete attributes on username/password fields
2026-05-24 16:28:25 +02:00
jimmyGALLAND 0b105437c4 fix: guard unavailable APIs for Firefox Android
- Replace broken 'let chrome = browser' shim with proper API fallback
- Make contextMenus and notifications calls conditional
- Broadcast notify via runtime.sendMessage as fallback for Android
- Add try/catch around permissions.request and tabs.query
- Fix openOptionsPage fallback using tabs.create on Android
2026-05-24 16:28:25 +02:00
jimmyGALLAND f406414fad feat: add Firefox Android compatibility to manifest
- Move notifications and contextMenus to optional_permissions
- Set options_ui open_in_tab to true (required on Android)
- Add gecko_android with strict_min_version 113.0
- Bump version to 1.1.1
2026-05-24 16:28:25 +02:00