-
Notifications
You must be signed in to change notification settings - Fork 754
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 998 Bytes
/
manifest.json
File metadata and controls
29 lines (29 loc) · 998 Bytes
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
{
"name": "HackTools",
"version": "0.5.1",
"description": "The all in one Red team extension for web pentester",
"action": {
"default_title": "HackTools",
"default_popup": "index.html",
"default_icon": {
"16": "./src/assets/img/icons/get_started16.png",
"32": "./src/assets/img/icons/get_started32.png",
"48": "./src/assets/img/icons/get_started48.png",
"128": "./src/assets/img/icons/get_started128.png"
}
},
"icons": {
"16": "./src/assets/img/icons/get_started16.png",
"32": "./src/assets/img/icons/get_started32.png",
"48": "./src/assets/img/icons/get_started48.png",
"128": "./src/assets/img/icons/get_started128.png"
},
"manifest_version": 3,
"devtools_page": "devtools.html",
"browser_specific_settings": {
"gecko": {
"id": "hacktools@lascc",
"strict_min_version": "102.0"
}
}
}