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": "Taildoor",
"version": "0.2.2",
"description": "Taildoor is the essential developer tool for Tailwind CSS",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\/UJCNECc681QzWmZmStaaH6yVrstnoRQmvER\/2yHpdRUMv5RxFyxRSMhpAHPFfVgu9SeH4f60ftZKvJYSYoY+iNvNAyTgCrGX5hLdfBnBL5upzHGPsnhUk5wdFdn5aFGCO7AmDavoSunRbts3kcarmZWoKNVgbODVC5W9hVSfmBm3zAQssJvqIah8\/mkS81SY\/x5kfdzcGXgwOtyzPdg8sNW0mVVO+\/u\/STw\/S9oAYG+CiBdogiNWtuIZCUDXX\/KO+wJ8cdHliQmHthki4E0Z6HfcF44Cl4xoWpNj0GbloyxRjOGi74w7YAz9EeZl0LDDhOn9V1FhVBDzBOLXHROCQIDAQAB",
"manifest_version": 3,
"icons": {
"128": "icon-128.png"
},
"action": {
"default_title": "Click or press Alt+Shift+X to launch Taildoor",
"default_icon": {
"128": "icon-128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+Shift+X",
"mac": "Alt+Shift+X",
"chromeos": "Alt+Shift+X",
"linux": "Alt+Shift+X"
}
}
},
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader-2VRq6xsZ.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"css": [
"assets\/content-CDmaDBv3.css"
]
}
],
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"storage"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/client-C-ehAYVt.js",
"assets\/_commonjsHelpers-CqkleIqs.js",
"assets\/completions-D1yf4iAM.js",
"assets\/content.tsx-DWtiDC7O.js"
],
"use_dynamic_url": false
}
]
}