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 Breakpoint Viewer",
"version": "1.0",
"description": "Display the current Tailwind CSS breakpoint and viewport width in a draggable indicator",
"author": "Hubert Giorgi",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "dist\/background.js"
},
"action": {
"default_icon": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
},
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
}