Skip to content

Commit

Permalink
up 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
acgotaku committed May 28, 2016
1 parent 87676cd commit 513ff85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion background.js
Expand Up @@ -244,7 +244,7 @@ if(previousVersion == "" || previousVersion != manifest.version){
var opt={
type: "basic",
title: "更新",
message: "YAAW for Chrome更新到" +manifest.version + "版本啦~\n此次更新修复MEGA错误拦截的BUG~",
message: "YAAW for Chrome更新到" +manifest.version + "版本啦~\n此次更新修复无法取消拦截的的BUG~",
iconUrl: "images/icon.jpg"
};
var id= new Date().getTime().toString();
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
@@ -1,7 +1,7 @@
{
"background": {
"scripts": ["background.js"],
"persistent": true
"persistent": false
},
"default_locale": "en",
"description": "__MSG_description__",
Expand All @@ -16,7 +16,7 @@
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [ "cookies", "tabs", "notifications", "activeTab", "contextMenus", "downloads", "<all_urls>", "webRequest", "webRequestBlocking"],
"permissions": [ "cookies", "tabs", "notifications", "activeTab", "contextMenus", "downloads", "<all_urls>"],
"name": "__MSG_appName__",
"version": "0.0.6"
"version": "0.0.7"
}

0 comments on commit 513ff85

Please sign in to comment.