| Index: polyfill.js |
| =================================================================== |
| --- a/polyfill.js |
| +++ b/polyfill.js |
| @@ -14,16 +14,17 @@ |
| * 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.getPopup", |
| "contextMenus.removeAll", |
| "devtools.panels.create", |
| "notifications.clear", |
| "notifications.create", |
| "runtime.openOptionsPage", |
| "runtime.sendMessage", |
| "runtime.setUninstallURL", |
| "storage.local.get", |