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": "Cension: Generate Product Descriptions With AI",
"description": "Automate your product descriptions with our accurate, SEO-optimized product text AI that will get you more sales.",
"version": "2.3",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "content\/BackgroundWorker.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"framework\/*",
"content\/*",
"images\/*",
"icons\/*",
"icons\/*.svg",
"css\/app.css",
"fonts\/Geist-1.3.0\/statics-woff\/*.woff",
"fonts\/Geist-1.3.0\/statics-woff\/*.woff2"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"config\/loaders.js",
"config\/tabs.js",
"preparation.js",
"editors.js",
"insertion.js",
"token-manager.js",
"quick-generate.js",
"fetch_og_id.js",
"drawer-script.js",
"internal-specification.js"
]
}
],
"host_permissions": [
"http:\/\/localhost\/*",
"https:\/\/localhost\/*",
"https:\/\/app.cension.ai\/*"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:*\/*",
"https:\/\/localhost:*\/*",
"https:\/\/app.cension.ai\/*"
],
"accepts_tls_channel_id": false
}
}