Apps for Google Drive

Apps for Google Drive

Quick access to create documents and save in Drive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Apps for Google Drive",
  "version": "1.3",
  "manifest_version": 2,
  "icons": {
    "16": "i.png",
    "48": "i.png",
    "128": "i.png"
  },
  "browser_action": {
    "default_popup": "goog.html",
    "default_icon": "word.png"
  }
}