Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Nov 13, 2022
1 parent e92d9b1 commit d4c6e67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1498,5 +1498,5 @@
},
"s_incogback":{
"message":"Инкогнито (в фоне)"
},
}
}
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Array.prototype.containsAll=function(ele){
}
}

var devMode=true;
var devMode=false;
var config,
defaultConf,
_SYNC,
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "22",
"name": "smartUp Gestures(beta)",
"name": "__MSG_ext_name__",
"short_name":"smartUp",
"version": "7.1.1355.1162",
"description": "__MSG_ext_des__",
Expand Down

0 comments on commit d4c6e67

Please sign in to comment.