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": "Supertweak",
"version": "1.1.3",
"description": "Visual editor for Tailwind CSS",
"icons": {
"48": "assets\/icon.png"
},
"manifest_version": 3,
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/cdn.tailwindcss.com\/"
],
"action": {
"default_title": "Edit with Supertweak"
},
"sandbox": {
"pages": [
"src\/command.html"
]
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self'; script-src-elem * 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.tailwindcss.com"
},
"web_accessible_resources": [
{
"resources": [
"\/assets\/*",
"\/src\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
}
}