forked from repplus/rep-firefox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
49 lines (49 loc) · 1.18 KB
/
Copy pathmanifest.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
43
44
45
46
47
48
49
{
"manifest_version": 3,
"name": "rep+",
"version": "1.3.2",
"description": "rep+ - Capture, modify, and replay HTTP requests in Firefox DevTools with AI-powered security analysis.",
"permissions": [
"webRequest",
"webRequestBlocking"
],
"host_permissions": [
"<all_urls>",
"http://localhost:11434/*",
"http://127.0.0.1:11434/*"
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"devtools_page": "devtools.html",
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
{
"resources": [
"rules/*"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "rep-plus-h0tak88r@extension",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
}