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": "Toolwind - Devtool for Tailwind css",
"version": "1.0.0.0",
"description": "Enhance Tailwind CSS workflow: Easily add, modify, remove, and copy classes with built-in Tailwind IntelliSense",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/index.html",
"default_icon": {
"16": "icons\/logo-16.png",
"24": "icons\/logo-24.png",
"32": "icons\/disabled-logo-32.png"
}
},
"permissions": [
"tabs",
"activeTab",
"storage",
"clipboardWrite"
],
"icons": {
"16": "icons\/logo-16.png",
"32": "icons\/disabled-logo-32.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-573a5760.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"assets\/img\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/storage-8a742102.js",
"assets\/constant-f7c83a45.js",
"assets\/index.ts-2b57a73c.js"
],
"use_dynamic_url": true
}
]
}