HTML Editor

HTML Editor

A Reactive Editor for HTML5 Creations and Experiments

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "web_url": "http://fiddlesalad.com/html/"
    },
    "urls": [
      "http://fiddlesalad.com/html/"
    ]
  },
  "description": "A Reactive Editor for HTML5 Creations and Experiments",
  "icons": {
    "128": "html.png"
  },
  "manifest_version": 2,
  "name": "HTML Editor",
  "version": "1.0.0.1"
}