jEdit on rollApp

jEdit on rollApp

jEdit is a powerful text editor for programmers. jEdit has lots of useful features that make your work more productive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "jEdit on rollApp",
  "icons": {
    "16": "jedit-16.png",
    "128": "jedit-128.png"
  },
  "app": {
    "urls": [
      "*://www.rollapp.com/launch/jedit",
      "*://www.rollapp.com/app/jedit"
    ],
    "launch": {
      "width": 900,
      "web_url": "https://www.rollapp.com/launch/jedit?ref=chrome-app",
      "container": "panel",
      "height": 600
    }
  },
  "version": "2.0",
  "manifest_version": 2,
  "description": "jEdit is a powerful text editor for programmers. jEdit has lots of useful features that make your work more productive."
}