-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (45 loc) · 1.42 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
{
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwj46n+9NNA2ZqsqaitDgKKWrDyFNWQtLqchJ+7aEsK0x1hPMq+gm/UAhafPaAGBsgNleBeLu4TtY1pXpr+ZSEOgnBo0tfhhufj4C/A4hniBCzbP3SpuX/BPE0TrYED87r7jg/KGH4IUilj4G0O6UHODASgm9ADz8+61m5Sr55L83dvaI+tPCV9mla1cpQjZ7RHalEjccVL4iJWtQoVHDHwYgeorMmYtL3UTCdh8u0f/s6nZ4Dvqk0s1efzcppBLNhUyqYYev6Cut7A6OXgaa2Xa6mgZuwIF8oWJDqZZMuXBUbe/3Y+lB7CRvlfhadQzFLp38zklAPUFIriDLMhgljQIDAQAB",
"short_name": "nmo",
"author": "Serega007",
"background": {
"service_worker": "background.js",
"type": "module"
},
"description": "Автоматическое решение тестов на портале НМО",
"manifest_version": 3,
"name": "НМО Решатель",
"declarative_net_request" : {
"rule_resources" : [{
"id": "ruleset_1",
"enabled": true,
"path": "rules_1.json"
}]
},
"options_page": "options/options.html",
"permissions": [
"unlimitedStorage",
"notifications",
"declarativeNetRequest",
"scripting",
"tabs"
],
"host_permissions": [
"https://*.edu.rosminzdrav.ru/*",
"https://24forcare.com/*",
"https://reshnmo.ru/*"
],
"action": {
"default_title": "Нажмите что бы запустить"
},
"icons": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png",
"96": "img/icon96.png",
"128": "img/icon128.png"
},
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.1.6",
"minimum_chrome_version": "105.0"
}