Examine source code of H5Create

Inspect and view changes in H5Create source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "permissions": [
    "activeTab"
  ],
  "manifest_version": 2,
  "name": "H5Create",
  "version": "1.0.2resigned1",
  "browser_action": {
    "default_icon": "/data/h5c-32.png",
    "default_title": "H5Create",
    "default_popup": "menu.html"
  },
  "description": "H5Create: 轻松创建自己的网站",
  "icons": {
    "48": "/data/h5c-32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.h5create.net/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4b3c907f-80c2-4f81-acc4-712373ad2d08}"
    }
  }
}