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": "ReplyInstant",
"description": "Grow your Twitter and LinkedIn account by replying using AI",
"version": "0.6.0",
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/pro.twitter.com\/*",
"https:\/\/www.linkedin.com\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "logo_16.png",
"32": "logo_32.png",
"48": "logo_48.png",
"128": "logo_128.png"
}
}