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": "SEO Wizard: AI Content Optimizer",
"version": "1.8",
"description": "Supercharge your SEO and content creation with the ultimate AI-powered assistant.",
"host_permissions": [
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"icons": {
"16": "icons16.png",
"48": "icons48.png",
"128": "icons128.png"
}
}