`identity.email` permission is not in `OptionalPermission`
fregante opened this issue · comments
References:
- https://developer.chrome.com/docs/extensions/reference/identity/#type-ProfileUserInfo
- https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/common/extensions/api/identity.idl#31
There might be more permissions missing, but I haven't seen others yet
Related: I wonder if these changes should be made to the source of the data instead because the global @types
package probably needs the same changes that I suggest here.
https://github.com/jsmnbom/definitelytyped-firefox-webext-browser
I wonder if the efforts could be joined somehow? cc @jsmnbom
Thanks for the report, I will take a look.
I've looked into contributing to mozilla code, but it's a real big mess.
It's not just a matter of creating a simple PR. You have to learn a new, eh old and strange, vcs and other tools before you can even get to the point of contributing. For me the effort is not with it.
solved in next version