Styles.Zone

Styles.Zone

Get {{ Web Page Styles }} and {{ Neat Code }} with a click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Styles.Zone",
  "version": "1.0.1",
  "description": "Get {{ Web Page Styles }} and {{ Neat Code }} with a click.",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content/index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [],
      "extension_ids": []
    }
  ],
  "permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}