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,
"version": "1.1.0",
"name": "Tailwind CSS Cheat Sheet",
"description": "A chrome extension for finding quickly all the class names and CSS properties with this interactive cheat sheet.",
"icons": {
"48": "images\/icon-48.png",
"144": "images\/icon-144.png"
},
"action": {
"default_title": "Tailwind CSS Cheat Sheet",
"default_popup": "index.html"
},
"permissions": [
"sidePanel"
],
"side_panel": {
"default_path": "index.html"
}
}