constructor()

in extension.js [7:10]


    constructor(name, value) {
        this.name = name;
        this.value = value;
    }