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

Commit

Permalink
fix #84
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Feb 16, 2020
1 parent 6bc636a commit f8ab468
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"log": [
{
"ver":"6.6.260.1044",
"ver":"6.6.260.1045",
"date":"2020.02.16",
"content":[
"new action: magnet",
"upgrade homepage",
"fix bug: issues@github: #74, try to fix #72"
"fix bug: issues@github: #74, #84, try to fix #72"
]
},
{
Expand Down
7 changes: 7 additions & 0 deletions js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -2890,6 +2890,13 @@ var sub={
else if(config.version<45){
sub.setBackup("45")
}
else if(config.version<46){
sub.setBackup("46");
}
},
_46:function(){
config.version=46;
sub.saveConf(true);
},
_45:function(){
config.touch={};
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minimum_chrome_version": "22",
"name": "smartUp Gestures(Beta)",
"short_name":"smartUp",
"version": "6.6.260.1044",
"version": "6.6.260.1045",
"description": "__MSG_ext_des__",
"default_locale": "en",
"author":"zimo",
Expand Down Expand Up @@ -41,6 +41,6 @@
"image/*",
"icon.png"
],
"permissions": ["tabs","<all_urls>","notifications","storage","contextMenus","unlimitedStorage","management","sessions"],
"optional_permissions": ["browserSettings","downloads","clipboardRead","clipboardWrite","bookmarks","history","topSites"]
}
"incognito": "split",
"permissions": ["tabs","<all_urls>","notifications","storage","contextMenus","unlimitedStorage","tts"],
"optional_permissions": ["downloads","downloads.shelf","clipboardRead","clipboardWrite","bookmarks","history","management","sessions","pageCapture","background","topSites"]

0 comments on commit f8ab468

Please sign in to comment.