-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 943 Bytes
/
Copy pathmanifest.json
File metadata and controls
37 lines (37 loc) · 943 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
30
31
32
33
34
35
36
37
{
"manifest_version": 3,
"name": "EndPointX",
"version": "0.1.0",
"description": "EndPointX is a local-only endpoint collection tool for authorized security review. It collects active-tab URLs, forms, resources, and safe timing metadata on demand.",
"icons": {
"48": "icons/endpoint-48.svg",
"96": "icons/endpoint-96.svg"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"action": {
"default_title": "Collect EndPointX endpoints from this tab",
"default_popup": "src/popup.html",
"default_icon": {
"48": "icons/endpoint-48.svg",
"96": "icons/endpoint-96.svg"
}
},
"browser_specific_settings": {
"gecko": {
"id": "endpointx@clock-skew.local",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
}
}