Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tailwind Tap",
"description": "Copy any TailwindCSS class with a simple tap! Tap, copy, and code \u2013 it\u2019s that easy!",
"version": "1.0",
"permissions": [
"activeTab",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"https:\/\/tailwindcss.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
}