IPvFoo now has first-class Firefox support
p1mrx @ p1mrx @sh.itjust.works Posts 19Comments 279Joined 2 yr. ago
p1mrx @ p1mrx @sh.itjust.works
Posts
19
Comments
279
Joined
2 yr. ago
Deleted
Permanently Deleted
Ideally, the mobile version should just implement the same APIs, so no migration is needed. The mobile migration guide looks consistent with "implement Manifest V3", which is a reasonable idea aside from Chrome's removal of
webRequestBlocking
.The only questionable API I'm using is pageAction, which draws an icon in the address bar instead of on the extension itself. Chrome removed pageAction years ago, and it's possible that Firefox will follow suit, but until then I intend to keep using it.