XML Schema Form Generator

XML Schema Form Generator

Edit complex XML files through user-friendly forms

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "XML Schema Form Generator",
  "description": "Edit complex XML files through user-friendly forms",
  "version": "1.0.5",
  "icons": {
    "128": "resources/icon.png"
  },
  "background": {
    "scripts": [
      "javascript/background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": "resources/icon.png",
    "default_title": "Browse to a *.xsd file and click here to create a form!"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "<all_urls>"
  ]
}