tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

contile.json (575B)


      1 {
      2  "tiles": [
      3    {
      4      "id": 1,
      5      "name": "Firefox",
      6      "url": "https://firefox.com",
      7      "click_url": "https://firefox.com/click",
      8      "image_url": "https://test.com/image1.jpg",
      9      "image_size": 200,
     10      "impression_url": "https://test.com",
     11      "position": 1
     12    },
     13    {
     14      "id": 2,
     15      "name": "Mozilla",
     16      "url": "https://mozilla.com",
     17      "click_url": "https://mozilla.com/click",
     18      "image_url": "https://test.com/image2.jpg",
     19      "image_size": 200,
     20      "impression_url": "https://example.com",
     21      "position": 2
     22    }
     23  ]
     24 }