Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
]
}
}