Skip to content

Commit

Permalink
docs: v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ronggang committed May 12, 2019
1 parent 5ee5af3 commit cbdc6b4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pt-plugin-plus",
"version": "1.0.5",
"version": "1.0.6",
"author": {
"name": "ronggang",
"url": "https://github.com/ronggang"
Expand Down
44 changes: 23 additions & 21 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "__MSG_manifest_appName__",
"short_name": "__MSG_manifest_shortName__",
"version": "1.0.5.1",
"version_name": "1.0.5.1",
"version": "1.0.6",
"version_name": "1.0.6",
"description": "__MSG_manifest_appDescription__",
"manifest_version": 2,
"default_locale": "zh_CN",
Expand Down Expand Up @@ -39,25 +39,27 @@
"js/background.js"
]
},
"content_scripts": [{
"matches": [
"*://*/*"
],
"css": [
"assets/base.css",
"libs/materialIcons/content_style.css",
"libs/notice/noticejs.css",
"libs/basicContext/basicContext.min.css",
"libs/basicContext/themes/default.min.css"
],
"js": [
"libs/jquery/jquery-3.3.1.min.js",
"libs/Base64.js",
"libs/notice/notice.js",
"libs/basicContext/basicContext.min.js",
"js/content.js"
]
}],
"content_scripts": [
{
"matches": [
"*://*/*"
],
"css": [
"assets/base.css",
"libs/materialIcons/content_style.css",
"libs/notice/noticejs.css",
"libs/basicContext/basicContext.min.css",
"libs/basicContext/themes/default.min.css"
],
"js": [
"libs/jquery/jquery-3.3.1.min.js",
"libs/Base64.js",
"libs/notice/notice.js",
"libs/basicContext/basicContext.min.js",
"js/content.js"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"libs/materialIcons/*.woff2",
Expand Down

0 comments on commit cbdc6b4

Please sign in to comment.