Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leoding86 committed Jun 30, 2020
1 parent b6e0546 commit 6158a61
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixiv-toolkits",
"version": "4.2.0",
"version": "4.3.0-beta",
"description": "A web extension for adding features on Pixiv",
"author": "leoding86 <[email protected]>",
"private": false,
Expand Down
21 changes: 18 additions & 3 deletions src/statics/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"unlimitedStorage",
"*://*.pixiv.net/*",
"*://*.pximg.net/*",
"*://*.techorus-cdn.com/*"
"*://*.techorus-cdn.com/*",
"*://*.fanbox.cc/*"
],
"optional_permissions": [
"downloads"
Expand All @@ -53,9 +54,23 @@
"lib/whammy.js",
"content_scripts/app.js"
]
}, {
"matches": [
"*://*.fanbox.cc/*"
],
"css": [
"content_scripts/static/css/fanbox-cs.css"
],
"js": [
"lib/babel-polyfill.min.js",
"lib/vue.min.js",
"lib/jszip/jszip.js",
"lib/jszip/jszip-utils.min.js",
"content_scripts/fanbox-cs.js"
]
}
],
"version": "4.2.0",
"version_name": "4.2.0-2020062612",
"version": "4.3.0",
"version_name": "4.3.0-beta",
"options_page": "options_page/index.html"
}

0 comments on commit 6158a61

Please sign in to comment.