AlloyDesigner

AlloyDesigner

A web front-end development tool,前端重构开发辅助工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AlloyDesigner",
  "version": "1.2.6",
  "browser_action": {
    "default_icon": "icon/48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "js": [
        "google-analytics-bundle.js",
        "alloydesigner.js"
      ],
      "matches": [
        "*://*/*",
        "file:///*"
      ]
    }
  ],
  "description": "A web front-end development tool,前端重构开发辅助工具",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "https://www.google-analytics.com/",
    "storage"
  ],
  "author": "DorsyWang(王斌)",
  "homepage_url": "http://alloyteam.github.io/AlloyDesigner/"
}