-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.json
60 lines (60 loc) · 1.57 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
{
"manifest_version": 3,
"name": "Дополнительные инструменты",
"description": "Расширение добавляет новые специальные возможности в Народную карту",
"version": "5.1.4",
"version_name": "5.1.4",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https://n.maps.yandex.ru/*",
"https://mapeditor.yandex.com/*"
],
"css": [
"/resources/style.css"
],
"js": [
"jquery-3.3.1.min.js",
"debounce.js",
"/resources/fr.mos.ru.js",
"/resources/init.js",
"/resources/notifications.js",
"/resources/event.object.js",
"/resources/module/check.address.js",
"/resources/module/get.user.js",
"/resources/module/get.profile.js",
"/resources/module/lock.pattern.js",
"/resources/module/tiles.js",
"/resources/module/favorite.objects.js",
"/resources/module/open.service.js",
"/resources/module/object/bld.js",
"/resources/module/object/address.js",
"/resources/module/object/road_jc.js"
]
},
{
"matches": ["https://yandex.ru/q/*"],
"js": [
"/resources/module/q.js"
]
}
],
"web_accessible_resources": [
{
"resources": [ "/resources/fr_mos_ru_logo.svg" ],
"matches": [
"https://n.maps.yandex.ru/*"
]
}
],
"options_page": "index.html",
"permissions": [
"storage"
],
"background": {
"service_worker": "resources/system.js"
}
}