-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
28 lines (28 loc) · 886 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
{
"name": "ZapPull",
"description": "Compatível com a Versão 2.3000.1012654901 Exportar os participantes dos Grupos do WhatsApp. https://github.com/izidorio/addon-zappull",
"version": "1.0.7",
"manifest_version": 3,
"author": "Bento, Izidorio <[email protected]>",
"permissions": ["activeTab", "scripting", "storage", "clipboardWrite"],
"host_permissions": ["https://web.whatsapp.com/*"],
"content_scripts": [
{
"matches": ["https://web.whatsapp.com/*"],
"js": ["src/content.js"],
"css": ["src/assets/style.css"]
}
],
"web_accessible_resources": [
{
"resources": ["src/modules/*.js"],
"matches": ["https://web.whatsapp.com/*"]
}
],
"icons": {
"16": "src/assets/icons/16x16.png",
"32": "src/assets/icons/32x32.png",
"48": "src/assets/icons/48x48.png",
"128": "src/assets/icons/128x128.png"
}
}