Easily generate copy with AI, schedule and publish to Pinterest and Instagram.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_icon": {
"19": "icons/icon-19.png",
"38": "icons/icon-38.png"
},
"default_title": "Tailwind: AI"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content.js"
]
}
],
"content_security_policy": {
"script-src": "'self' https://www.google-analytics.com",
"img-src": "*",
"object-src": "'self'"
},
"web_accessible_resources": [
{
"resources": [
"bootstrap-google-analytics.js",
"fire-google-analytics-event.js",
"fire-mouse-out-on-pinterest.js",
"fire-mouse-over-on-pinterest.js",
"window-fire-event.js"
],
"matches": [
"*://*/*"
]
}
],
"icons": {
"16": "icons/icon-16.png",
"19": "icons/icon-19.png",
"24": "icons/icon-24.png",
"32": "icons/icon-32.png",
"38": "icons/icon-38.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
},
"manifest_version": 3,
"description": "Easily generate copy with AI, schedule and publish to Pinterest and Instagram.",
"name": "Tailwind – AI marketing content assistant",
"permissions": [
"tabs",
"contextMenus",
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"http://*/*",
"https://*/*",
"https://*.google-analytics.com/*"
],
"version": "5.0.2",
"externally_connectable": {
"matches": [
"*://*.tailwindapp.com/*",
"*://*.tailwindapp.local/*",
"*://*.tailwindapp.net/*"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}