From 513ff85c10fabb38cddfcb3cd94e0e3184ddfe18 Mon Sep 17 00:00:00 2001 From: acgotaku Date: Sat, 28 May 2016 17:36:31 +0900 Subject: [PATCH] up 0.0.7 --- background.js | 2 +- manifest.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/background.js b/background.js index f3d9094..6ccca46 100644 --- a/background.js +++ b/background.js @@ -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(); diff --git a/manifest.json b/manifest.json index 5d64874..9313329 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "background": { "scripts": ["background.js"], - "persistent": true + "persistent": false }, "default_locale": "en", "description": "__MSG_description__", @@ -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", "", "webRequest", "webRequestBlocking"], + "permissions": [ "cookies", "tabs", "notifications", "activeTab", "contextMenus", "downloads", ""], "name": "__MSG_appName__", - "version": "0.0.6" + "version": "0.0.7" }