~jbicha/firefox/update-dependencies

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
{
  "overrides": [
    {
      "name": "Amazon",
      "include_locales": [ "af", "ar", "as", "az", "bg", "bn-IN", "br", "cak", "cy", "da", "de", "el", "en-GB", "en-US", "en-ZA", "eo", "es-AR", "eu", "fa", "fr", "ga-IE", "gd", "gl", "gn", "hr", "hsb", "hy-AM", "is", "it", "ja", "ka", "km", "kn", "ku", "lt", "mk", "mr", "ms", "nb-NO", "nn-NO", "or", "pt-PT", "ro", "si", "son", "sq", "sr", "te", "th", "ur", "uz", "zh-CN", "zu"],
      "exclude_locales": [],
      "match": "amazon*.xml",
      "source": "en-US/amazondotcom.xml",
      "locale_specific": [
        {
          "locales": [ "br", "fr", "oc" ],
          "match": "amazon*.xml",
          "source": "fr/amazon-france.xml"
        },
        {
          "locales": [ "cy", "da", "el", "en-GB", "eu", "ga-IE", "gd", "gl", "hr", "nb-NO", "nn-NO", "pt-PT", "sq", "sr" ],
          "match": "amazon*.xml",
          "source": "en-GB/amazon-en-GB.xml"
        },
        {
          "locales": [ "de", "hsb" ],
          "match": "amazondotcom-de.xml",
          "source": "de/amazondotcom-de.xml"
        },
        {
          "locales": [ "it" ],
          "match": "amazon-it.xml",
          "source": "it/amazon-it.xml"
        },
        {
          "locales": [ "ja" ],
          "match": "amazon-jp.xml",
          "source": "ja/amazon-jp.xml"
        },
        {
          "locales": [ "zh-CN" ],
          "match": "amazondotcn.xml",
          "source": "zh-CN/amazondotcn.xml"
        }
      ]
    },
    {
      "name": "Baidu",
      "include_locales": [ "zh-CN" ],
      "exclude_locales": [],
      "match": "baidu*.xml",
      "source": "zh-CN/baidu.xml"
    },
    {
      "name": "DuckDuckGo",
      "include_locales": [ "*" ],
      "exclude_locales": [],
      "match": "ddg*.xml",
      "source": "en-US/duckduckgo.xml"
    },
    {
      "name": "Google",
      "include_locales": [ "*" ],
      "exclude_locales": [],
      "match": "google*.xml",
      "source": "en-US/google.xml",
      "locale_specific": [
        {
          "locales": [ "en-GB" ],
          "match": "google.xml",
          "source": "en-GB/google.xml"
        },
        {
          "locales": [ "en-ZA" ],
          "match": "google.xml",
          "source": "en-ZA/google.xml"
        },
        {
          "locales": [ "ku" ],
          "match": "google.xml",
          "source": "ku/google-ku.xml"
        }
      ]
    }
  ],
  "additions": [
  ]
}