Examine source code of CSS 代码过滤器

Inspect and view changes in CSS 代码过滤器 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CSS 代码过滤器",
  "version": "1.5.1",
  "description": "帮助用户轻松管理和过滤 CSS 代码",
  "icons": {
    "16": "images/logo/logo-16.png",
    "32": "images/logo/logo-32.png",
    "48": "images/logo/logo-48.png",
    "128": "images/logo/logo-128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/logo/logo-16.png",
      "32": "images/logo/logo-32.png",
      "48": "images/logo/logo-48.png",
      "128": "images/logo/logo-128.png"
    }
  },
  "permissions": [
    "sidePanel"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  }
}