tor-browser

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

test_taskbarTabs.json (568B)


      1 {
      2  "version": 1,
      3  "taskbarTabs": [
      4    {
      5      "id": "4186657a-0fe5-492a-af64-dc628c232c4c",
      6      "name": "Test Dot Com",
      7      "scopes": [{ "hostname": "www.test.com" }],
      8      "userContextId": 0,
      9      "startUrl": "https://www.test.com/start"
     10    },
     11    {
     12      "id": "c7bd413d-da04-4aae-b98e-9e588a51a45e",
     13      "name": "Official Another Test Site",
     14      "scopes": [{ "hostname": "www.another-test.com" }],
     15      "userContextId": 1,
     16      "startUrl": "https://www.another-test.com/home",
     17      "shortcutRelativePath": "Cool Apps\\Taskbar Tabs.lnk"
     18    }
     19  ]
     20 }