CSS Scan

CSS Scan

The fastest and easiest way to check, copy and edit CSS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CSS Scan",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "4.0.4",
  "homepage_url": "https://getcssscan.com",
  "icons": {
    "96": "icon.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "clipboardWrite",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon.png",
        "spinner.svg",
        "img/*",
        "tippy.css",
        "fontawesome/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+S",
        "mac": "Ctrl+Shift+S",
        "chromeos": "Ctrl+Shift+S",
        "linux": "Ctrl+Shift+S"
      }
    },
    "activate-grid": {
      "suggested_key": {
        "windows": "Ctrl+Shift+X",
        "mac": "Ctrl+Shift+X",
        "chromeos": "Ctrl+Shift+X",
        "linux": "Ctrl+Shift+X"
      },
      "description": "__MSG_toggle_grid__"
    },
    "scan-parent": {
      "suggested_key": {
        "windows": "Ctrl+Shift+E",
        "mac": "Ctrl+Shift+E",
        "chromeos": "Ctrl+Shift+E",
        "linux": "Ctrl+Shift+E"
      },
      "description": "__MSG_scan_parent__"
    }
  }
}