cssPicker - copy css from website

cssPicker - copy css from website

copy html and css from any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "cssPicker - copy css from website",
  "description": "copy html and css from any website",
  "version": "1.0.24",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-34.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_icon": "img/logo-128.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "img/logo-16.png",
        "img/logo-34.png",
        "img/logo-48.png",
        "img/logo-128.png",
        "pages/index.html"
      ],
      "use_dynamic_url": false
    }
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ]
}