-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
104 lines (104 loc) · 2.99 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "Zoziologie",
"version": "5.4",
"description": "Toolkit for web-birding",
"permissions": [],
"action": {
"default_icon": {
"16": "logo/logo_16.png",
"32": "logo/logo_32.png",
"48": "logo/logo_48.png",
"128": "logo/logo_128.png"
}
},
"content_scripts": [
{
"matches": [
"*://www.faune-france.org/*",
"*://www.ornitho.ch/*",
"*://www.ornitho.it/*",
"*://www.ornitho.at/*",
"*://www.ornitho.de/*",
"*://www.ornitho.cat/*",
"*://ornitho.lu/*",
"*://ornitho.pl/*",
"*://www.ornitho.eus//*",
"*://www.faune-Champagne-ardenne.org/*",
"*://www.faune-alsace.org/*",
"*://www.faune-lorraine.org/*",
"*://www.faune-Charente.org/*",
"*://www.faune-Charente-maritime.org/*",
"*://www.faune-limousin.eu/*",
"*://www.nature79.org/*",
"*://www.faune-aquitaine.org/*",
"*://vienne.lpo.fr/*",
"*://www.faune-ain.org/*",
"*://www.faune-auvergne.org/*",
"*://www.faune-ardeche.org/*",
"*://www.faune-drome.org/*",
"*://haute-savoie.lpo.fr/*",
"*://www.faune-isere.org/*",
"*://www.faune-loire.org/*",
"*://www.faune-rhone.org/*",
"*://www.faune-savoie.org/*",
"*://www.faune-bretagne.org/*",
"*://www.oiseaux-cote-dor.org/*",
"*://franche-comte.lpo.fr/*",
"*://www.faune-nievre.org/*",
"*://www.faune-yonne.org/*",
"*://www.faune-Cher.org/*",
"*://www.faune-touraine.org/*",
"*://www.faune-lr.org/*",
"*://www.faune-tarn-aveyron.org/*",
"*://www.faune-iledefrance.org/*",
"*://www.faune-loire-atlantique.org/*",
"*://www.faune-anjou.org/*",
"*://www.faune-maine.org/*",
"*://www.faune-maine.org/*",
"*://www.faune-vendee.org/*",
"*://www.faune-paca.org/*",
"*://www.faune-martinique.org/*",
"*://www.faune-reunion.fr/*",
"*://www.faune-guyane.fr/*",
"*://www.faune-grandest.org/*",
"*://www.faune-aura.org/*"
],
"js": ["js/biolovision.js"]
},
{
"matches": ["*://eBird.org/*targets*"],
"js": ["js/eBird-target.js"]
},
{
"matches": ["*://eBird.org/*checklist/*"],
"js": ["js/eBird-checklist.js"]
},
{
"matches": ["*://macaulaylibrary.org/asset*"],
"js": ["js/macaulaylibrary.js"]
},
{
"matches": ["*://eBird.org/*tripreport/*"],
"js": ["js/eBird-tripreport.js"]
},
{
"matches": ["*://eBird.org/*mylocations/edit/*"],
"js": ["js/eBird-mylocation.js"]
},
{
"matches": ["*://ebird.org/*barchart*"],
"js": ["js/eBird-barchart.js"]
},
{
"matches": ["*://ebird.org/*region/*"],
"js": ["js/eBird-region.js"]
}
],
"icons": {
"16": "logo/logo_16.png",
"32": "logo/logo_32.png",
"48": "logo/logo_48.png",
"128": "logo/logo_128.png"
},
"manifest_version": 3
}