CSS Brio

CSS Brio

CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.

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 Brio",
  "version": "2.0.2",
  "description": "CSS Brio is a fast CSS Animation viewer and CSS code provider for Designers.",
  "short_name": "Brio",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "animate.css"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_title": "CSS Brio Lite",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "host_permissions": [
    "*://*/*"
  ]
}