I’m playing with the webextension experimental. The document is here
The most simplified hello world extension is works fine. But the demo of the logins is failed. The error message from the client webextension addon is browser.logins is undefined.
I have also tried to add a function to the hello world demo. But the additional function is undefined from the client side.
My questions are
- Does the experimental mechanism still works?
- Is there a document for the schema.json?