tor-browser

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

8.json (3226B)


      1 {
      2  "formatVersion": 1,
      3  "database": {
      4    "version": 8,
      5    "identityHash": "a4391f9f5b2a6448070c7f5cefb1b086",
      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, `cross_origin_storage_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": "crossOriginStorageAccess",
     73            "columnName": "cross_origin_storage_access",
     74            "affinity": "INTEGER",
     75            "notNull": true
     76          },
     77          {
     78            "fieldPath": "savedAt",
     79            "columnName": "saved_at",
     80            "affinity": "INTEGER",
     81            "notNull": true
     82          }
     83        ],
     84        "primaryKey": {
     85          "columnNames": [
     86            "origin"
     87          ],
     88          "autoGenerate": false
     89        },
     90        "indices": [],
     91        "foreignKeys": []
     92      }
     93    ],
     94    "views": [],
     95    "setupQueries": [
     96      "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
     97      "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'a4391f9f5b2a6448070c7f5cefb1b086')"
     98    ]
     99  }
    100 }