Skip to content

Commit

Permalink
fix change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
sinofseven committed May 14, 2024
1 parent 9e072a0 commit 659d969
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@
"content_scripts": [
{
"matches": [
"https://s2.kingtime.jp/admin/*"
"https://s2.kingtime.jp/admin/*",
"https://s3.kingtime.jp/admin/*",
"https://s2.ta.kingoftime.jp/admin/*",
"https://s3.ta.kingoftime.jp/admin/*"
],
"js": ["index.js"]
}
],
"host_permissions": ["https://s2.kingtime.jp/admin/*"],
"host_permissions": [
"https://s2.kingtime.jp/admin/*",
"https://s3.kingtime.jp/admin/*",
"https://s2.ta.kingoftime.jp/admin/*",
"https://s3.ta.kingoftime.jp/admin/*"
],
"browser_specific_settings": {
"gecko": {
"id" : "{45d261f4-a160-43de-9fa2-7c8a22fe4bee}"
Expand Down

0 comments on commit 659d969

Please sign in to comment.