tor-browser

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

2.json (2295B)


      1 {
      2  "formatVersion": 1,
      3  "database": {
      4    "version": 2,
      5    "identityHash": "279719818fbc84cac905ddf942282eae",
      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` 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": "camera",
     37            "columnName": "camera",
     38            "affinity": "INTEGER",
     39            "notNull": true
     40          },
     41          {
     42            "fieldPath": "bluetooth",
     43            "columnName": "bluetooth",
     44            "affinity": "INTEGER",
     45            "notNull": true
     46          },
     47          {
     48            "fieldPath": "localStorage",
     49            "columnName": "local_storage",
     50            "affinity": "INTEGER",
     51            "notNull": true
     52          },
     53          {
     54            "fieldPath": "savedAt",
     55            "columnName": "saved_at",
     56            "affinity": "INTEGER",
     57            "notNull": true
     58          }
     59        ],
     60        "primaryKey": {
     61          "columnNames": [
     62            "origin"
     63          ],
     64          "autoGenerate": false
     65        },
     66        "indices": [],
     67        "foreignKeys": []
     68      }
     69    ],
     70    "setupQueries": [
     71      "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
     72      "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, \"279719818fbc84cac905ddf942282eae\")"
     73    ]
     74  }
     75 }