Tailwind CSS Devtools

Tailwind CSS Devtools

Tailwind CSS Developer Tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tailwind CSS Devtools",
  "author": "tungtbt",
  "version": "0.1.1",
  "description": "Tailwind CSS Developer Tools",
  "icons": {
    "128": "./logo.png"
  },
  "action": {
    "default_icon": {
      "128": "./logo.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "devtools_page": "src/pages/devtools/index.html",
  "sandbox": {
    "pages": [
      "src/pages/sandbox/index.html"
    ]
  }
}