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": "TwitPick - X\/Twitter Reply Optimizer & Engagement Booster",
"version": "2.1.0",
"description": "Boost your X\/Twitter engagement! Color-coded system highlights the best tweets to reply to for maximum visibility and reach.",
"permissions": [
"storage",
"unlimitedStorage",
"tabs"
],
"host_permissions": [
"https:\/\/x.com\/*",
"https:\/\/pro.x.com\/*"
],
"background": {
"service_worker": "src\/background.js"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_popup": "src\/popup\/popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/pro.x.com\/*"
],
"js": [
"src\/siteAdapter.js",
"src\/debug.js",
"src\/config.js",
"src\/storage.js",
"src\/scoring.js",
"src\/dom.js",
"src\/activation.js",
"src\/sync.js",
"src\/configPanel.js",
"src\/tour.js",
"src\/contentScript.js"
],
"css": [
"src\/styles.css"
],
"run_at": "document_idle"
}
]
}