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",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_title": "CAIN AI"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"css\/main.css"
],
"js": [
"vendor.js",
"lib\/sweetalert.min.js",
"lib\/arrive.js",
"content.js",
"text.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"description": "Post your content on social media through AI.",
"icons": {
"16": "images\/6352f25e83a79e7ba7e8641c-CAIN_AI-1679117155036-small_icon.png",
"48": "images\/6352f25e83a79e7ba7e8641c-CAIN_AI-1679117155140-medium_icon.png",
"128": "images\/6352f25e83a79e7ba7e8641c-CAIN_AI-1679117155269-large_icon.png"
},
"manifest_version": 3,
"name": "CAIN AI",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/3mia3gz9ga.execute-api.us-east-1.amazonaws.com;"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "ruleset.json"
}
]
},
"permissions": [
"storage",
"background",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"alarms"
],
"host_permissions": [
"https:\/\/*.facebook.com\/*"
],
"version": "1.0.12",
"web_accessible_resources": [
{
"resources": [
"*.png"
],
"matches": [
"https:\/\/*.facebook.com\/*"
]
}
],
"short_name": "CA"
}