@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "uMatrix",
"short_name": "uMatrix",
"version": "1.0.1.101",
"version": "1.0.1.102",
"description": "__MSG_extShortDesc__",
"icons": {
"16": "img/icon_16.png",
@ -81,7 +81,7 @@ setScriptDirection(vAPI.i18n('@@ui_locale'));
/******************************************************************************/
vAPI.closePopup = function() {
window.open('','_self').close();
window.close();
};