Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxufire committed Dec 23, 2017
1 parent 908b067 commit 6245b44
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions pack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@
{
"matches": [
"*://bcy.net/*",
"*://lofter.com/*",
"*://diyidan.com/*",
"*://*.lofter.com/*",
"*://*.127.net/*",
"*://*.diyidan.com/*",
"*://*.diyidan.net/*",
"*://twitter.com/*",
"*://twimg.com/*"
"*://*.twimg.com/*"
],
"js": [
"js/vendor.js",
Expand All @@ -50,10 +52,12 @@
"background": {
"matches": [
"*://bcy.net/*",
"*://lofter.com/*",
"*://diyidan.com/*",
"*://*.lofter.com/*",
"*://*.127.net/*",
"*://*.diyidan.com/*",
"*://*.diyidan.net/*",
"*://twitter.com/*",
"*://twimg.com/*"
"*://*.twimg.com/*"
],
"persistent": false,
"scripts": [
Expand All @@ -68,9 +72,11 @@
"tabs",
"downloads",
"*://bcy.net/*",
"*://lofter.com/*",
"*://diyidan.com/*",
"*://*.lofter.com/*",
"*://*.127.net/*",
"*://*.diyidan.com/*",
"*://*.diyidan.net/*",
"*://twitter.com/*",
"*://twimg.com/*"
"*://*.twimg.com/*"
]
}

0 comments on commit 6245b44

Please sign in to comment.