Skip to content

Commit 1af3ec0

Browse files
authored
権限を縮小
1 parent 73c385d commit 1af3ec0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

extension/manifest.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"js": [
1212
"content_scripts/main.js"
1313
]
14-
},
15-
{
16-
"matches": [
17-
"*://*/*"
18-
],
19-
"js": [
20-
"content_scripts/main.js"
21-
]
2214
}
2315
],
2416
"background": {
@@ -42,4 +34,4 @@
4234
"icons": {
4335
"256": "./assets/firecrx-256x256.png"
4436
}
45-
}
37+
}

0 commit comments

Comments
 (0)