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",
"content_scripts": [
{
"css": [
"style.css"
],
"js": [
"js\/main.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/localhost\/*",
"https:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*"
],
"run_at": "document_end"
}
],
"description": "This extension shows the current viewport size including the TailwindCSS size. You can also set the viewport size using the popup.",
"icons": {
"128": "img\/icon-128.png"
},
"manifest_version": 3,
"name": "Tailwind Viewport Sizer",
"options_ui": {
"page": "options.html"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"version": "1.1.1"
}