Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
og24715 committed Apr 26, 2019
1 parent e1aa123 commit b02becc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
36 changes: 21 additions & 15 deletions chrome/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
{
"name": "DMM.pornstars",
"version": "1.2.0",
"version": "1.3.0",
"description": "DMM.com でお気に入りのAV女優をフォローし、その一覧を表示できるようにする拡張機能です。",
"manifest_version": 2,
"content_scripts": [
{
"matches": ["*://www.dmm.co.jp/digital/videoa/-/detail/*"],
"js": ["detail.bundle.js"]
}
],
"background": {
"scripts": ["background.bundle.js"],
"persistent": false
},
"browser_action": {
},
"permissions": [
"storage", "tabs"
]
{
"matches": [
"*://www.dmm.co.jp/digital/videoa/-/detail/*"
],
"js": [
"detail.bundle.js"
]
}
],
"background": {
"scripts": [
"background.bundle.js"
],
"persistent": false
},
"browser_action": {},
"permissions": [
"storage",
"tabs"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pornstars",
"version": "1.2.0",
"version": "1.3.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit b02becc

Please sign in to comment.