-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmanifest.json
63 lines (63 loc) · 1.66 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlVWvJq5iqtShA8l+gsv52P1PZyWFZ4sS++yguLUl01MwUjpI2swMSi8LukdUMJeeqBdUvXHvtKA1WTeGH2R+LUX4+UXTM2vSqm1qMboGb1A6dbLCYVEStZhl5WiTP9Vocc4vauTWKRN8mPn00TxFym9EoVcdOtSdem4npnyE/CZUW5dfZr3dPqDhrbEPQgrmp0Fr+jcdW8XNhzVXHyXH6lVD5TkuR5rZhkKatw/WrQ2lHn+jU/exZu/J2InTTSdm+jyZ16Z1rt/7rD3nmOrN+aju/NI1+i9ehY3Gio4tk9zmL3HTFiRWOxFYVRVcytECBiEcPRDe2CIY7gNfVn4DDQIDAQAB",
"short_name": "AVR",
"author": "Serega007",
"background": {
"service_worker": "background.js"
},
"description": "__MSG_appDesc__",
"manifest_version": 3,
"name": "__MSG_appName__",
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"64": "images/icon64.png",
"128": "images/icon128.png"
},
"permissions": [
"notifications",
"background",
"webNavigation",
"webRequest",
"alarms",
"unlimitedStorage",
"scripting",
"tabGroups",
"idle"
],
"optional_permissions": [
"cookies"
],
"host_permissions": [
"https://*.hcaptcha.com/captcha/*",
"https://*.google.com/recaptcha/*",
"https://*.recaptcha.net/recaptcha/*",
"https://challenges.cloudflare.com/*"
],
"optional_host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"options.html"
],
"matches": [
"https://*.dogecraft.net/*",
"https://*.mythicalworld.su/*",
"https://votify.mrspeedy.tk/*",
"https://*.cubixworld.net/*",
"https://*.hylexmc.net/*"
]
}
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "7.2.5",
"minimum_chrome_version": "105.0",
"default_locale": "en"
}