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",
"name": "TailwindCSS Studio",
"description": "Build, design and debug your Tailwind website visually with TailwindCSS Studio, right within the browser.",
"version": "0.0.22.0",
"version_name": "0.0.22",
"manifest_version": 3,
"action": {
"default_popup": "src\/popup\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-9MVN3N8H.js"
],
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"css": [
"assets\/index-BB6OXKCY.css"
]
}
],
"options_page": "src\/options\/index.html",
"offline_enabled": true,
"permissions": [
"storage",
"background",
"contextMenus"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"src\/content-script\/index.ts",
"src\/content-script\/component-inject.js",
"src\/content-script\/tailwindcss.js",
"https:\/\/storage.ko-fi.com\/*",
"src\/content-script\/iframe\/index.html",
"assets\/service-D6mWMDhv.js",
"assets\/hotkeys.esm-CYfJsHie.js",
"assets\/index.ts-CT-EFyNK.js"
],
"use_dynamic_url": false
}
],
"icons": {
"16": "src\/assets\/logo.png",
"24": "src\/assets\/logo.png",
"32": "src\/assets\/logo.png",
"128": "src\/assets\/logo.png"
}
}