Code Edit Beta

Code Edit Beta

A small and simple open source code editor for Chrome and Chrome OS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Code Edit Beta",
  "version": "1.1.6",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "description": "A small and simple open source code editor for Chrome and Chrome OS. ",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "contextMenus",
    "https://www.google-analytics.com/",
    "storage"
  ],
  "icons": {
    "16": "img/16x16/file_edit.png",
    "32": "img/32x32/file_edit.png",
    "64": "img/64x64/file_edit.png",
    "128": "img/128x128/file_edit.png"
  }
}