tor-browser

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

machine-configuration.json (595B)


      1 {
      2  "win7": {
      3    "screen_resolution": {
      4      "x": 1280,
      5      "y": 1024
      6    },
      7    "mouse_position": {
      8      "x": 1010,
      9      "y": 10
     10    }
     11  },
     12  "win10-hw": {
     13    "screen_resolution": {
     14      "x": 1920,
     15      "y": 1080
     16    },
     17    "mouse_position": {
     18      "x": 1010,
     19      "y": 10
     20    }
     21  },
     22  "win10-vm": {
     23    "screen_resolution": {
     24      "x": 2560,
     25      "y": 1440
     26    },
     27    "mouse_position": {
     28      "x": 1010,
     29      "y": 10
     30    }
     31  },
     32  "win11-hw": {
     33    "screen_resolution": {
     34      "x": 1920,
     35      "y": 1080
     36    },
     37    "mouse_position": {
     38      "x": 1010,
     39      "y": 10
     40    }
     41  }
     42 }