summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/data/test_backgroundupdate.json
blob: b83e0b04ba09f7fd838029365f9eb4cc30f4c4af (plain)
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
{
  "addons": {
    "addon2@tests.mozilla.org": {
      "updates": [
        {
          "applications": {
            "gecko": {
              "strict_min_version": "1",
              "advisory_max_version": "1"
            }
          },
          "version": "2",
          "update_link": "http://example.com/broken.xpi"
        }
      ]
    },
    "addon3@tests.mozilla.org": {
      "updates": [
        {
          "applications": {
            "gecko": {
              "strict_min_version": "1",
              "advisory_max_version": "1"
            }
          },
          "version": "2",
          "update_link": "http://example.com/broken.xpi"
        }
      ]
    },
    "addon1@tests.mozilla.org": {
      "updates": [
        {
          "applications": {
            "gecko": {
              "strict_min_version": "1",
              "advisory_max_version": "1"
            }
          },
          "version": "2",
          "update_link": "http://example.com/broken.xpi"
        }
      ]
    }
  }
}