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": "X\/Twitter Image BG Gradient Frame",
"version": "1.0.5",
"description": "Add beautiful gradients backgrounds to images directly in X\/Twitter posts",
"icons": {
"128": "logo.png"
},
"permissions": [
"storage",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/x.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*"
],
"js": [
"content.js"
]
}
]
}