Web Design Pirate

Web Design Pirate

Fast and easy way to copy web components, HTML widgets and parts of website design.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web Design Pirate",
  "version": "1.5",
  "description": "Fast and easy way to copy web components, HTML widgets and parts of website design.",
  "devtools_page": "src/devtools.html",
  "background": {
    "persistent": false,
    "scripts": [
      "src/background.js"
    ]
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "author": "Dalimil Hajek"
}