ShiftEdit

ShiftEdit

ShiftEdit is an online IDE for developing PHP, Ruby, HTML, CSS and JavaScript using (S)FTP, Dropbox or Google Drive

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShiftEdit",
  "description": "ShiftEdit is an online IDE for developing PHP, Ruby, HTML, CSS and JavaScript using (S)FTP, Dropbox or Google Drive",
  "version": "1.43",
  "manifest_version": 2,
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "471018772965",
  "app": {
    "urls": [
      "*://shiftedit.net/"
    ],
    "launch": {
      "web_url": "https://shiftedit.net/home"
    },
    "container": "panel"
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "short_name": "ShiftEdit",
  "optional_permissions": [
    "clipboardRead",
    "clipboardWrite",
    "debugger"
  ]
}