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",
"name": "ReddGrow - AI-Powered Growth Assistant",
"description": "Be visible where your audience talks. An AI assistant to find conversations, engage authentically, and drive traffic at scale.",
"version": "1.0.6",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_icon": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-DVorfKy0.js"
],
"matches": [
"https:\/\/www.reddit.com\/*",
"https:\/\/old.reddit.com\/*"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/old.reddit.com\/*",
"https:\/\/www.reddit.com\/*"
],
"resources": [
"img\/*",
"assets\/chunk-Dnm2u707.js",
"assets\/chunk-CdLen0Z4.js",
"assets\/chunk-dHky8AL0.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"storage",
"alarms",
"tabs",
"sidePanel",
"webNavigation"
],
"host_permissions": [
"https:\/\/www.reddit.com\/*",
"https:\/\/old.reddit.com\/*",
"https:\/\/api.reddgrow.ai\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/app.reddgrow.ai\/*"
]
}
}