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": "__MSG_extName__",
"homepage_url": "https:\/\/usewindy.com",
"description": "Convert any HTML on any website to TailwindCSS",
"default_locale": "en",
"permissions": [
"storage",
"clipboardWrite",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"stubs\/tailwind_1.css",
"stubs\/tailwind_2.css",
"stubs\/tailwind_3.css",
"stubs\/prefixed.css"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"devtools_page": "devtools.html",
"action": {
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"browser_specific_settings": {
"gecko": {
"update_url": "https:\/\/usewindy.com\/extension\/updates.json",
"id": "{2843a356-933a-41ae-be3c-fc4aa54b3d24}"
}
},
"version": "1.3.6",
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
}
}