Skip to content

Commit

Permalink
update packages and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
TundraWork committed Nov 9, 2020
1 parent ebaee2a commit c7d884e
Show file tree
Hide file tree
Showing 4 changed files with 984 additions and 1,217 deletions.
2 changes: 1 addition & 1 deletion env.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
extension_description: 'Watch bangumi, in the way it should be.'
},
dev: {
vega_host: 'https://beta.bangumi.co',
vega_host: 'http://localhost:3000',
extension_id: 'blgnabmjbkgkbdkjaflgghbpggjnapbi',
extension_name: '番組Collection Plus',
extension_description: 'Watch bangumi, in the way it should be.'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ts-loader": "^6.2.1",
"tslib": "^1.10.0",
"typescript": "^3.7.5",
"web-ext": "^4.0.0",
"web-ext": "^5.3.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
Expand Down
3 changes: 1 addition & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "番組Collection Plus",
"description": "Watch bangumi, in the way it should be.",
"version": "0.3.2",
"version": "1.0.0",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand All @@ -25,7 +25,6 @@
]
},
"permissions": [
"cookies",
"https://bgm.tv/*",
"https://api.bgm.tv/*",
"https://bangumi.co/*",
Expand Down
Loading

0 comments on commit c7d884e

Please sign in to comment.