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",
"description": "Tweetlio Explore: Elevate Twitter engagement with curated content, trusted by 30,000+ users for a productive social experience.",
"version": "0.0.23",
"manifest_version": 3,
"name": "Tweetlio X: Twitter Companion",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.tweetlio.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"permissions": [
"cookies",
"alarms"
],
"host_permissions": [
"https:\/\/twitter.com\/",
"https:\/\/x.com\/"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
}