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": "Tailwindcss Extension",
"description": "Tailwindcss Extension",
"version": "1.1.0",
"action": {
"default_popup": ".\/dist\/index.html"
},
"icons": {
"16": "\/icons\/icon-16x16.png",
"19": "\/icons\/icon-19x19.png",
"48": "\/icons\/icon-48x48.png",
"128": "\/icons\/icon-128x128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"tabs",
"scripting",
"windows",
"activeTab"
],
"host_permissions": [
"https:\/\/tailwindcss.jp\/",
"https:\/\/tailwindcss.com\/"
]
}