Application Launcher For Drive (by Google)

Application Launcher For Drive (by Google)

Open Drive files directly from your browser in compatible applications installed on your computer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background_compiled.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/drive-sync16.png",
      "64": "images/drive-sync64.png",
      "128": "images/drive-sync128.png",
      "256": "images/drive-sync256.png"
    }
  },
  "default_locale": "en_US",
  "description": "__MSG_extensionDescription__",
  "externally_connectable": {
    "matches": [
      "*://*.google.com/*"
    ]
  },
  "icons": {
    "16": "images/drive-sync16.png",
    "64": "images/drive-sync64.png",
    "128": "images/drive-sync128.png",
    "256": "images/drive-sync256.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "natively_connectable": [
    "com.google.drive.nativeproxy"
  ],
  "permissions": [
    "nativeMessaging",
    "https://docs.google.com/*",
    "https://drive.google.com/*"
  ],
  "short_name": "__MSG_extensionShortName__",
  "version": "3.5",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": {
    "email": "[email protected]"
  }
}