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 Writer for Realtors",
"version": "1.6.1",
"description": "Generate compelling real estate listings, social media posts, and emails with AI tailored for real estate professionals.",
"permissions": [
"storage",
"sidePanel",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "Open AI Writer for Realtors"
},
"side_panel": {
"default_path": "sidepanel.html",
"default_width": 480
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"ExtPay.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"ExtPay.js",
"content.js"
]
}
]
}