HTML Live

HTML Live

The Live HTML Editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HTML Live",
  "version": "1.0.3",
  "description": "The Live HTML Editor",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "app": {
    "launch": {
      "local_path": "app.html"
    }
  },
  "default_locale": "en",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'"
}