After full review of my addon I see status like - “Status: Incomplete”.
So:
What exactly incomplete ?
Is here any option to contact with addon reviewer ?
Validation passes all tests, only on “Extension Tests” I have one warning like:
Usage of low-level or non-SDK interface
Warning: Your add-on uses an interface which bypasses the high-level protections of the add-on SDK.
This interface should be avoided, and its use may significantly complicate your review process:
const {Cc,Ci} = require("chrome");
var buttons = require('sdk/ui/button/action');
How to replace this two lines to avoid this warning ?