-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest_Chrome.json
45 lines (45 loc) · 1.13 KB
/
manifest_Chrome.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
42
43
44
45
{
"name": "Forocoches premium",
"version": "2.1.0",
"description": "Forocoches en esteroides",
"permissions": ["storage"],
"host_permissions": [
"https://*.forocoches.com/*"
],
"content_scripts": [
{
"matches": ["https://*.forocoches.com/*"],
"run_at": "document_start",
"all_frames": false,
"js": ["/static/thirdParty/jquery-3.6.3.min.js","/static/thirdParty/jquery.minicolors.js","/static/contentScript.js"
]
}
],
"background": {
"service_worker": "static/background.js"
},
"commands": {
"Alt+Shift+X": {
"suggested_key": {
"default": "Alt+Shift+X",
"mac": "Command+M"
},
"description": "Alt+Shift+X."
}
},
"action": {
"default_icon": {
"16": "/static/images/icon16.png",
"32": "/static/images/icon32.png"
},
"default_title": "Forocoches premium",
"default_popup": "templates/popup.html"
},
"icons": {
"16": "/static/images/icon16.png",
"32": "/static/images/icon32.png",
"48": "/static/images/icon48.png",
"128": "/static/images/icon128.png"
},
"manifest_version": 3
}