summaryrefslogtreecommitdiffstats
path: root/services/sync/tests/unit/systemaddon-search.json
blob: a812714918070cf87f648fc4ba9c53596ccd1835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "next": null,
  "results": [
    {
      "name": "System Add-on Test",
      "type": "extension",
      "guid": "system1@tests.mozilla.org",
      "current_version": {
        "version": "1.0",
        "files": [
          {
            "platform": "all",
            "size": 999,
            "url": "http://127.0.0.1:8888/system.xpi"
          }
        ]
      },
      "last_updated": "2011-09-05T20:42:09Z"
    }
  ]
}