tor-browser

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

systemManufacturer.json (521B)


      1 [
      2  {
      3    "namespace": "systemManufacturer",
      4    "description": "experimental API extension to allow reading the device's manufacturer",
      5    "functions": [
      6      {
      7        "name": "getManufacturer",
      8        "type": "function",
      9        "description": "Get the device's manufacturer",
     10        "parameters": [],
     11        "returns": {
     12          "type": "string",
     13          "properties": {},
     14          "additionalProperties": { "type": "any" },
     15          "description": "The manufacturer's name."
     16        }
     17      }
     18    ]
     19  }
     20 ]