Text Editor

Text Editor

Text and code file editor for Google Drive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Text Editor",
  "version": "4.0",
  "manifest_version": 2,
  "description": "Text and code file editor for Google Drive",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "591525900269",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "text/plain"
        ],
        "href": "https://texteditor.co/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "16": "texteditor-16.png",
    "24": "texteditor-24.png",
    "32": "texteditor-32.png",
    "48": "texteditor-48.png",
    "64": "texteditor-64.png",
    "128": "texteditor-128.png",
    "256": "texteditor-256.png"
  },
  "app": {
    "launch": {
      "web_url": "https://texteditor.co/"
    }
  }
}