Smart WebEditor-Drag Edit Record CSS

Smart WebEditor-Drag Edit Record CSS

Drag & Resize elements easy Css manipulation, take & edit screenshots and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart WebEditor-Drag Edit Record CSS",
  "version": "1.1.1",
  "description": "Drag & Resize elements easy Css manipulation, take & edit screenshots and more",
  "manifest_version": 2,
  "icons": {
    "16": "logo.png"
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "index.html?edit=false"
  },
  "options_page": "dist/options.html",
  "background": {
    "scripts": [
      "dist/eventPage.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/custlib.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "storage",
    "tabs",
    "*://*/*",
    "activeTab"
  ]
}