tor-browser

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

4.json (2980B)


      1 {
      2  "formatVersion": 1,
      3  "database": {
      4    "version": 4,
      5    "identityHash": "f5379c8eb4f1519eb5994e508626ca10",
      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, `autoplay_audible` INTEGER NOT NULL, `autoplay_inaudible` INTEGER NOT NULL, `media_key_system_access` 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": "autoplayAudible",
     55            "columnName": "autoplay_audible",
     56            "affinity": "INTEGER",
     57            "notNull": true
     58          },
     59          {
     60            "fieldPath": "autoplayInaudible",
     61            "columnName": "autoplay_inaudible",
     62            "affinity": "INTEGER",
     63            "notNull": true
     64          },
     65          {
     66            "fieldPath": "mediaKeySystemAccess",
     67            "columnName": "media_key_system_access",
     68            "affinity": "INTEGER",
     69            "notNull": true
     70          },
     71          {
     72            "fieldPath": "savedAt",
     73            "columnName": "saved_at",
     74            "affinity": "INTEGER",
     75            "notNull": true
     76          }
     77        ],
     78        "primaryKey": {
     79          "columnNames": [
     80            "origin"
     81          ],
     82          "autoGenerate": false
     83        },
     84        "indices": [],
     85        "foreignKeys": []
     86      }
     87    ],
     88    "views": [],
     89    "setupQueries": [
     90      "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
     91      "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'f5379c8eb4f1519eb5994e508626ca10')"
     92    ]
     93  }
     94 }