-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
50 lines (50 loc) · 1.18 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Svadba plugin",
"version": "4.0.11",
"manifest_version": 3,
"icons": {
"16": "icon/icon16.png",
"48": "icon/icon48.png",
"128": "icon/icon128.png"
},
"short_name": "Svadba Plugin",
"description": "An invitation sender for affiliact.com site",
"host_permissions": [
"https://www.affiliact.com/"
],
"content_scripts": [
{
"matches": [
"https://www.affiliact.com/chat/*"
],
"js": [
"scope-extension/init.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"plugin.html",
"plugin.css",
"common/tools.js",
"scope-site/init/init-lady-id.js",
"scope-site/storage/storage.js",
"scope-site/storage/item/last-chats.js",
"scope-site/msg-build.js",
"scope-site/msg-send.js",
"scope-site/msg-send-func.js",
"scope-site/plugin.js",
"scope-site/man-manager.js",
"scope-site/active-chats.js",
"scope-site/api-onliners.js",
"scope-site/other/console-clear.js",
"scope-site/other/done.mp3"
],
"matches": [
"https://*/*"
]
}
]
}