Coding HTML

Coding HTML

This Application can be used to preview your HTML code as u write the code

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "description": "This Application can be used to preview your HTML code as u write the code",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "name": "Coding HTML",
  "permissions": [
    "unlimited_storage",
    "notifications"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "offline_enabled": true,
  "version": "1.1"
}