-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 1.37 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "law.go.kr 법령 현행 여부",
"description": "국가법령정보센터(law.go.kr)에서 보고 있는 법령이 현행인지 표시해 줍니다.",
"version": "1.6",
"manifest_version": 3,
"icons": {
"48": "img/logo48.png"
},
"content_scripts": [
{
"matches": [
"https://*.law.go.kr/*lsInfoP.do?*",
"https://*.law.go.kr/*lsEfInfoP.do?*",
"https://*.law.go.kr/*lumLsLinkPop.do?*",
"https://*.law.go.kr/*lsBylInfoPLinkR.do?*",
"https://*.law.go.kr/*lsLinkProc.do?*",
"https://*.law.go.kr/*admRulLsInfoP.do?*",
"https://*.law.go.kr/*ordinLinkProc.do?*",
"https://*.law.go.kr/*ordinInfoP.do?*",
"https://*.law.go.kr/*lsSc.do?*",
"https://*.law.go.kr/*admRulSc.do?*",
"https://*.law.go.kr/*lsSideInfoP.do?*",
"https://*.law.go.kr/*conAdmrulByLsPop.do?*",
"https://*.law.go.kr/*lsLinkCommonInfo.do?*",
"https://*.law.go.kr/*LsiJoLinkP.do?*",
"https://*.law.go.kr/*admRulInfoP.do?*"
],
"all_frames": true,
"js": [
"js/content-script.js"
],
"css": [
"css/content-script.css"
]
}
]
}