Drive Template Gallery

Drive Template Gallery

Create documents from templates directly from the Google Drive Create menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Drive Template Gallery",
  "version": "1.4",
  "manifest_version": 2,
  "description": "Create documents from templates directly from the Google Drive Create menu.",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "381353196765",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://from-template.appspot.com/"
    }
  }
}