Google Drive Quick Search

Google Drive Quick Search

Google Drive Quick Search is a powerful yet simple Google Chrome extension that allows you to search your Google Drive with live…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Drive Quick Search",
  "version": "1.1",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "permissions": [
    "identity"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "drive"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhUIb9RqAO+Faix9qlp3flMADbEp+b7m/FA6ClRNHbfS5NrCQjIMFuCwBfFAVN8MawRNLEKUrtyz0/x+A5Kmf3/R16uBVZc8C8KxyEmmnMRiMdMAstqNdvdPkwGxSVanzt/7BA4dH4YSi+4JW0/cPwXm2Ev/gxBteouw2ONqk3CkihQChSI3T0IFY5facK2tDB50iczfqIbVqK1fRgPnz5JUT1ZuGWHgCCecIg58ja/NNtBlEMHwRBdXUYFMwMFa94EoYDiccdW3OjouKuMvWQJOnR7Q9TKOKFOyNfLT3SZBkS3I+d+lkQad3dI2PK9QFxzkzN+BYjBr/spwpBveKywIDAQAB",
  "oauth2": {
    "client_id": "80011274924-ddqsshurarkupn073jdk61aa6leecv5n.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.readonly"
    ]
  }
}