Examine source code of Css Ani Helper

Inspect and view changes in Css Ani Helper 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
{
  "manifest_version": 3,
  "name": "Css Ani Helper",
  "version": "1.0.0",
  "description": "Css Ani Helper",
  "icons": {
    "32": "assets/logo32.png",
    "64": "assets/logo64.png",
    "128": "assets/logo128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "19": "assets/logo32.png",
      "38": "assets/logo64.png"
    },
    "default_title": "Css Ani Helper"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/you.png",
        "images/zuo.png"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/popup.css",
        "css/aannmm.css"
      ],
      "js": [
        "js/popup.js",
        "js/chunk-vendors.js"
      ],
      "exclude_matches": [
        "https://*.xxx.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}