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": "Tailwind Turbo: Pinterest Engagement",
"description": "Engage with Pins you love\u2014Tailwind Turbo lets you do it fast and easy without ever leaving Pinterest.",
"version": "0.7.7",
"icons": {
"16": "\/icon\/16.png",
"32": "\/icon\/32.png",
"48": "\/icon\/48.png",
"96": "\/icon\/96.png",
"128": "\/icon\/128.png"
},
"permissions": [
"storage",
"webRequest",
"tabs"
],
"host_permissions": [
"*:\/\/*.tailwindapp.com\/*",
"*:\/\/*.pinterest.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.tailwindapp.com\/*",
"*:\/\/*.pinterest.com\/*"
],
"resources": [
"fonts\/*"
]
},
{
"resources": [
"content-scripts\/pinterest.css"
],
"use_dynamic_url": true,
"matches": [
"*:\/\/*.pinterest.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; font-src 'self'; connect-src 'self' https:\/\/tailwindapp.com https:\/\/www.tailwindapp.com https:\/\/i.tailwind.ai;"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"data_collection_permissions": {
"required": [
"browsingActivity",
"websiteContent",
"websiteActivity"
]
}
}
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Tailwind Turbo",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pinterest.com\/*"
],
"js": [
"content-scripts\/pinterest.js"
]
},
{
"matches": [
"*:\/\/*.tailwindapp.com\/*"
],
"js": [
"content-scripts\/tailwindapp.js"
]
}
]
}