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 Inspector",
"version": "1.0.0",
"description": "Easily inspect and edit Tailwind CSS classes on web pages for rapid prototyping and debugging",
"permissions": [
"activeTab"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/image16.png",
"32": "images\/image32.png",
"48": "images\/image48.png",
"128": "images\/image128.png"
}
},
"icons": {
"16": "images\/image16.png",
"32": "images\/image32.png",
"48": "images\/image48.png",
"128": "images\/image128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"author": "Noble",
"homepage_url": "https:\/\/interviewbotai.com\/",
"short_name": "TailwindInspector"
}