gorhill 7 years ago
parent
commit
2fa62e12a1
  1. 2
      platform/chromium/manifest.json
  2. 2
      platform/chromium/vapi-common.js

2
platform/chromium/manifest.json

@ -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",

2
platform/chromium/vapi-common.js

@ -81,7 +81,7 @@ setScriptDirection(vAPI.i18n('@@ui_locale'));
/******************************************************************************/
vAPI.closePopup = function() {
window.open('','_self').close();
window.close();
};
/******************************************************************************/

Loading…
Cancel
Save