-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmanifest.json
37 lines (37 loc) · 926 Bytes
/
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": "Turn Off namuwiki",
"version": "1.1.1",
"author": "Alex4386 and TurnOff NamuWiki Contributors",
"description": "자료조사, 조별과제의 지뢰, 나무위키를 꺼드립니다.",
"permissions": [
"tabs",
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"activeTab",
"scripting"
],
"background": {
"service_worker": "dist/background.js"
},
"host_permissions": [
"*://*/*"
],
"action": {
"default_icon": "res/logos/logo-192x192.png",
"default_title": "TurnOff NamuWiki",
"default_popup": "ui/popup/index.html"
},
"icons": {
"128": "res/logos/logo-128x128.png",
"192": "res/logos/logo-192x192.png",
"256": "res/logos/logo-256x256.png"
},
"browser_specific_settings": {
"gecko": {
"id": "turnoff-namuwiki@alex4386.us",
"strict_min_version": "109.0"
}
},
"manifest_version": 3
}