Index: polyfill.js |
=================================================================== |
--- a/polyfill.js |
+++ b/polyfill.js |
@@ -14,16 +14,19 @@ |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
"use strict"; |
{ |
const asyncAPIs = [ |
+ "browserAction.setIcon", |
+ "browserAction.setBadgeText", |
+ "browserAction.setBadgeBackgroundColor", |
"browserAction.getPopup", |
"contextMenus.removeAll", |
"devtools.panels.create", |
"notifications.clear", |
"notifications.create", |
"runtime.getBrowserInfo", |
"runtime.openOptionsPage", |
"runtime.sendMessage", |