Skip to content

Commit

Permalink
Bumped to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douMax committed Sep 22, 2019
1 parent f636d82 commit d64a8df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
{
"name": "几枝",
"version": "2.2.0",
"version": "2.3.0",
"description": "支持自定义新标签页的 Chrome 扩展,几枝将在新标签页上展示中国传统色的层叠波浪动画效果搭配经典诗词。",
"permissions": ["storage", "tabs"],
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": ["background.js"],
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"default_icon": {
"16": "./static/icons/jizhi-16.png",
"32": "./static/icons/jizhi-32.png",
"48": "./static/icons/jizhi-64.png",
"128":"./static/icons/jizhi-128.png"
"128": "./static/icons/jizhi-128.png"
}
},
"chrome_url_overrides" : {
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "./static/icons/jizhi-16.png",
"32": "./static/icons/jizhi-32.png",
"48": "./static/icons/jizhi-64.png",
"128":"./static/icons/jizhi-128.png"
"128": "./static/icons/jizhi-128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jizhi-react",
"version": "1.0.0",
"version": "2.3.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit d64a8df

Please sign in to comment.