forked from imp0rtp3/Yobi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (38 loc) · 845 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
38
39
40
41
{
"manifest_version": 2,
"name": "Yobi",
"version": "0.1.1",
"description": "Yara Based Detection Engine for web browsers",
"icons": {
"48": "icons/icon64.png",
"96": "icons/icon128.png"
},
"background": {
"page":"Yobi.html"
},
"browser_action": {
"browser_style": true,
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/emoji-laughing.svg",
"32": "icons/emoji-laughing.svg"
}
},
"permissions": [
"webRequest",
"webRequestBlocking",
"notifications",
"storage",
"downloads",
"<all_urls>"
],
"content_security_policy": "script-src 'self' 'sha256-mlhRIuI1L2yvZjzLr1ruxKOhxybExil/apGVHVo2o8I=' 'unsafe-eval'; object-src 'self';",
"options_ui": {
"page": "options.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{b5cd734c-ce82-44fa-88c9-c700486eba4c}"
}
}
}