Skip to content

Commit

Permalink
update for https
Browse files Browse the repository at this point in the history
  • Loading branch information
menma1234 committed Jul 14, 2022
1 parent 545f345 commit ae4437c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GBF Item Magic",
"version": "1.5.9",
"version": "1.5.10",
"minimum_chrome_version": "40.0",
"manifest_version": 2,
"description": "Provides various tools for saving time in Granblue Fantasy when working with items.",
Expand All @@ -11,7 +11,7 @@
},
"content_scripts": [
{
"matches": ["http://gbf.game.mbga.jp/*", "http://game.granbluefantasy.jp/*"],
"matches": ["*://gbf.game.mbga.jp/*", "*://game.granbluefantasy.jp/*"],
"js": [
"src/content/common.js",
"src/content/sell.js",
Expand All @@ -27,8 +27,8 @@
"chrome_style": true
},
"permissions": [
"http://gbf.game.mbga.jp/*",
"http://game.granbluefantasy.jp/*",
"*://gbf.game.mbga.jp/*",
"*://game.granbluefantasy.jp/*",
"storage"
]
}

0 comments on commit ae4437c

Please sign in to comment.