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": "RedAI - Reddit AI Customer Finder",
"version": "1.1.5",
"description": "AI-powered tool to find and engage potential customers through Reddit comments and posts",
"minimum_chrome_version": "88",
"author": "TOPCMM Software",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvThw+ULyJjYVYCEvlRtWKsko\/DzkRoSUqoHFawrXOgsFUCJ0hKP6W\/2yyWXv\/papUrySEolYhKGutq+QKzoqbelbSHLnzI6rs+GYEe2FhsNtHaG9\/+SGO30NlFZcR2mTpIK7sGCi\/gzb7ykUY9AwTFKKo4HHYaUKl84Vo0wVa1Fi73d5Fg3yPdZVHspbVTa3TXq1n+qI0Aj20VqquxTVNETZdsLV3ViNlYi6jvqwAbUelSl6V4ZRzmH3lHDPLwmnOFDWMZ31TSNX4lw8g5hZi1Jg1Fce8turesksC+rAWpMn0tPmJUdlaPRmxPbNyIZXYa2QKs\/isXSIDanGcEGw6wIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; worker-src 'self' blob:;"
},
"homepage_url": "https:\/\/redai.topcmm.com",
"permissions": [
"storage",
"sidePanel",
"tabs",
"windows"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.reddit.com\/*"
],
"js": [
"vue.global.js",
"content.js"
],
"css": [
"assets\/content.css"
]
}
],
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "Open RedAI",
"default_icon": "icons\/icon-128.png"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"oauth-callback.html"
],
"matches": [
"https:\/\/accounts.google.com\/*",
"https:\/\/www.googleapis.com\/*"
]
}
]
}