CSS Animations Firefox

Examine source code of CSS Animations

Inspect and view changes in CSS Animations source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSS Animations",
  "version": "1.1",
  "description": "Detect and list all CSS animations running on the page",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5bae8b4b-49c0-4843-9713-57afe6d6559e}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "96": "assets/icon96.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_popup": "ui/popup.html",
    "default_icon": {
      "16": "assets/icon16.png",
      "32": "assets/icon32.png",
      "48": "assets/icon48.png",
      "96": "assets/icon96.png",
      "128": "assets/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "bg/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ]
}

Best CSS Animations Alternatives

Here are some Firefox add-ons that are similar to CSS Animations: