SQLPreparedStatementBeautify

SQLPreparedStatementBeautify

Tool for beautify prepared sql statement

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SQLPreparedStatementBeautify",
  "short_name": "SQL PreparedStatement Beautify Tool",
  "description": "Tool for beautify prepared sql statement",
  "version": "1.0.0",
  "minimum_chrome_version": "38",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "/ext_specific/scripts/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "core/assets/icon_128.png",
    "default_title": "Click here!"
  }
}