tor-browser

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

1.json (2512B)


      1 {
      2  "formatVersion": 1,
      3  "database": {
      4    "version": 1,
      5    "identityHash": "462054044d4b7f0e4f80f84380d5cc1e",
      6    "entities": [
      7      {
      8        "tableName": "site_permissions",
      9        "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`origin` TEXT NOT NULL, `location` INTEGER NOT NULL, `notification` INTEGER NOT NULL, `microphone` INTEGER NOT NULL, `camera_back` INTEGER NOT NULL, `camera_front` INTEGER NOT NULL, `bluetooth` INTEGER NOT NULL, `local_storage` INTEGER NOT NULL, `saved_at` INTEGER NOT NULL, PRIMARY KEY(`origin`))",
     10        "fields": [
     11          {
     12            "fieldPath": "origin",
     13            "columnName": "origin",
     14            "affinity": "TEXT",
     15            "notNull": true
     16          },
     17          {
     18            "fieldPath": "location",
     19            "columnName": "location",
     20            "affinity": "INTEGER",
     21            "notNull": true
     22          },
     23          {
     24            "fieldPath": "notification",
     25            "columnName": "notification",
     26            "affinity": "INTEGER",
     27            "notNull": true
     28          },
     29          {
     30            "fieldPath": "microphone",
     31            "columnName": "microphone",
     32            "affinity": "INTEGER",
     33            "notNull": true
     34          },
     35          {
     36            "fieldPath": "cameraBack",
     37            "columnName": "camera_back",
     38            "affinity": "INTEGER",
     39            "notNull": true
     40          },
     41          {
     42            "fieldPath": "cameraFront",
     43            "columnName": "camera_front",
     44            "affinity": "INTEGER",
     45            "notNull": true
     46          },
     47          {
     48            "fieldPath": "bluetooth",
     49            "columnName": "bluetooth",
     50            "affinity": "INTEGER",
     51            "notNull": true
     52          },
     53          {
     54            "fieldPath": "localStorage",
     55            "columnName": "local_storage",
     56            "affinity": "INTEGER",
     57            "notNull": true
     58          },
     59          {
     60            "fieldPath": "savedAt",
     61            "columnName": "saved_at",
     62            "affinity": "INTEGER",
     63            "notNull": true
     64          }
     65        ],
     66        "primaryKey": {
     67          "columnNames": [
     68            "origin"
     69          ],
     70          "autoGenerate": false
     71        },
     72        "indices": [],
     73        "foreignKeys": []
     74      }
     75    ],
     76    "setupQueries": [
     77      "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
     78      "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, \"462054044d4b7f0e4f80f84380d5cc1e\")"
     79    ]
     80  }
     81 }