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-Engage - AI Twitter Comment Assistant",
"short_name": "X-Engage",
"version": "1.0.2",
"description": "Boost your X (formerly Twitter) engagement with AI-generated tweets and replies by webresult.at .",
"homepage_url": "https:\/\/webresult.at\/x-engage\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.twitter.com\/*",
"*:\/\/x.com\/*",
"https:\/\/openrouter.ai\/*",
"https:\/\/eqwxxdimvfnqxjmnqpbm.supabase.co\/*"
],
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/x.com\/*"
],
"css": [
"content.css"
],
"js": [
"content.js"
],
"type": "module",
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"popup.html",
"images\/cog_icon.png",
"popup.css",
"styles.css"
],
"matches": [
"<all_urls>"
]
}
]
}