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": "AI Reply Generator - Social24",
"version": "0.1.9",
"description": "Generate AI replies for Instagram, Facebook, TikTok, YouTube, and more",
"externally_connectable": {
"matches": [
"*:\/\/*.social24.net\/*"
]
},
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "img\/icon.png",
"default_title": "AI Reply - social24"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"match_origin_as_fallback": true,
"js": [
"js\/jquery-3.6.4.min.js",
"js\/content-scripts.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"sidebar.html",
"js\/inject.js"
],
"matches": [
"*:\/\/*\/*"
],
"extension_ids": []
}
],
"sandbox": {
"pages": [
"html\/sandbox.html"
]
},
"side_panel": {
"default_path": "sidebar.html"
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-popups-to-escape-sandbox; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
},
"permissions": [
"activeTab",
"storage",
"sidePanel",
"unlimitedStorage",
"clipboardWrite",
"offscreen"
],
"homepage_url": "https:\/\/social24.net"
}