Writer

Writer

Distraction-free writing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Writer",
  "short_name": "Writer",
  "description": "Distraction-free writing.",
  "version": "6.1.1",
  "minimum_chrome_version": "38",
  "offline_enabled": true,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh5JrxHQapqnbBo33i/llSbT2JfFk4E6HVYeJESxf8I8UHFEiqvq42a3toUrIDtJdMEfC1nlvdRnKH66976UpgFsZEuui0Z4sp84pbpqtAqYxKcDfgrZLesLYr63Qj+yljJN9qlDYiwOfaIJuMdZUZU8jcB1pVJfKASbBmfJwPZuTZMEfI2Ul3annmisFdQutSlfmTJFZs2O6PwJRhxFvmyBAYia40u41B7dbb/b7SMU+zZSBFMPeX93LVBkKtzfzANUPMlzbpAqt6ygcTADuMeqeNMs7j/1ZYl4qwCAwN65UBZduNpacfw1fWGWI5qIzZ5sfHUarEbTPtmqnjgGgfwIDAQAB",
  "permissions": [
    "identity",
    "identity.email",
    "https://www.google-analytics.com/",
    "storage",
    "unlimitedStorage",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>"
  ],
  "oauth2": {
    "client_id": "682910087350-6o4lqn9drao9o38c9jp57furcfge1lnd.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/plus.login"
    ]
  },
  "icons": {
    "128": "assets/icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "file_handlers": {
    "text": {
      "types": [
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
        "text/*"
      ]
    }
  }
}