OmniDrive

OmniDrive

Add support to the omnibox to search in Google Drive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "description": "Add support to the omnibox to search in Google Drive.",
  "name": "OmniDrive",
  "omnibox": {
    "keyword": "drive"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "oauth2": {
    "client_id": "652497263904-p1o677anrg1tu4uoo6005qb66uqht94r.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.readonly"
    ]
  },
  "permissions": [
    "identity"
  ],
  "version": "3.6",
  "minimum_chrome_version": "29",
  "manifest_version": 2
}