Advanced Drive Search

Advanced Drive Search

Advanced search for Google Drive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "homepage_url": "https://github.com/kissrobber/advanced_google_drive_search_chrome_extension",
  "manifest_version": 2,
  "name": "Advanced Drive Search",
  "short_name": "Advanced Drive Search",
  "version": "1.0.6",
  "description": "Advanced search for Google Drive.",
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "Advanced Drive Search",
    "default_popup": "index.html",
    "default_tooltip": "Advanced Drive Search"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApvQDGba/ipYHHnvEsZcordoaX6VePQA/WIbn9ey7Ly8o/jy0fWk9whWPWDbBRIH3TZv3npJkxukBH6mDXJpHgv7ZBPgbd9ja1/jEueqobgTl/SeX+rdSANQEfyT38Zc9jB6V0DsYYEoAgMBjea3328wpQZU77m1hBwGT3BW4lgmtqMJUZjRNtgARnEdEUjW7ABwPKnvXsnY/I8762nkRTjJhMAXScm3IE0ykZI7Nh4l7J3AQZUrYuh+4OKIiN+LrAsH3YjU9Y4gTg535iiVbP/RuMRmFUD2I9BUO05cmue6swLh+3vEDIw99oAUwa+XJ4Gd2kIw9FObOUYEk/FA9nQIDAQAB",
  "minimum_chrome_version": "41.0",
  "content_security_policy": "script-src 'self' https://code.jquery.com https://cdnjs.cloudflare.com https://fonts.googleapis.com https://apis.google.com https://ajax.googleapis.com; object-src 'self'",
  "permissions": [
    "identity"
  ],
  "oauth2": {
    "client_id": "540816257433-satoregj0ihovaee1mge48hg69aaag90.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.readonly",
      "https://www.googleapis.com/auth/drive.metadata.readonly"
    ]
  }
}