-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
42 lines (37 loc) · 1.11 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
38
39
40
41
42
{
"manifest_version": 2,
"name": "Sinabro Small Dictionary",
"version": "2.1.0",
"permissions": ["storage", "menus", "clipboardWrite", "<all_urls>"],
"description": "Unofficial Dictionary Add-On based on Daum Dictionary and kakao i translate service",
"author": "paperbox",
"homepage_url": "https://github.com/lego37yoon/SBMiniDic",
"icons": {
"48": "icons.svg",
"96": "icons.svg"
},
"options_ui": {
"page": "contents/settings.html",
"browser_style": true
},
"content_scripts": [{
"css": ["popup.css"],
"js": ["use.js", "purify.min.js"],
"matches": ["<all_urls>"]
}],
"background": {
"scripts": ["migration.js"],
"persistent": false
},
"web_accessible_resources": [
"resources/NanumSquareR.woff",
"resources/RIDIBatang.woff",
"resources/PretendardVariable.woff2"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "57.0a1"
}
}
}