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": "Inspect Flow",
"version": "1.3.1",
"description": "The complete developer tool for Tailwind CSS!",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"classes.json"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": "icons\/inspect-flow-logo.png",
"default_title": "Inspect Flow",
"default_popup": "view.html"
},
"icons": {
"48": "icons\/inspect-flow-logo.png"
},
"background": {
"service_worker": "background.js"
}
}