summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/test/xpcshell/ds_layout.json
blob: 4193fa635d513b67b0fbdb54231946073876c075 (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
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
{
  "spocs": {
    "url": ""
  },
  "layout": [
    {
      "width": 12,
      "components": [
        {
          "type": "TopSites",
          "header": {
            "title": "Top Sites"
          },
          "properties": null
        },
        {
          "type": "Message",
          "header": {
            "title": "Recommended by Pocket",
            "subtitle": "",
            "link_text": "How it works",
            "link_url": "https://getpocket.com/firefox/new_tab_learn_more",
            "icon": "chrome://global/skin/icons/pocket.svg"
          },
          "properties": null,
          "styles": {
            ".ds-message": "margin-bottom: -20px"
          }
        },
        {
          "type": "CardGrid",
          "properties": {
            "items": 3
          },
          "header": {
            "title": ""
          },
          "feed": {
            "embed_reference": null,
            "url": "http://example.com/topstories.json"
          },
          "spocs": {
            "probability": 1,
            "positions": [
              {
                "index": 2
              }
            ]
          }
        },
        {
          "type": "Navigation",
          "properties": {
            "alignment": "left-align",
            "links": [
              {
                "name": "Must Reads",
                "url": "https://getpocket.com/explore/must-reads?src=fx_new_tab"
              },
              {
                "name": "Productivity",
                "url": "https://getpocket.com/explore/productivity?src=fx_new_tab"
              },
              {
                "name": "Health",
                "url": "https://getpocket.com/explore/health?src=fx_new_tab"
              },
              {
                "name": "Finance",
                "url": "https://getpocket.com/explore/finance?src=fx_new_tab"
              },
              {
                "name": "Technology",
                "url": "https://getpocket.com/explore/technology?src=fx_new_tab"
              },
              {
                "name": "More Recommendations ›",
                "url": "https://getpocket.com/explore/trending?src=fx_new_tab"
              }
            ]
          }
        }
      ]
    }
  ],
  "feeds": {},
  "error": 0,
  "status": 1
}