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": "AVCLabs AI Video and Image Enhancer",
"version": "0.0.2",
"description": "AVCLabs Extension: A Powerful AI Suite for Video and Image Enhancement",
"icons": {
"16": "icons\/icon.png",
"19": "icons\/logo.png",
"38": "icons\/logo.png",
"48": "icons\/logo.png",
"128": "icons\/logo.png"
},
"action": {
"default_title": "open AVCLabs",
"default_icon": "icons\/icon.png",
"default_popup": ""
},
"background": {
"service_worker": "background\/service-worker.js",
"type": "module"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"contextMenus",
"unlimitedStorage"
],
"host_permissions": [],
"content_scripts": [
{
"js": [
"content\/content.js"
],
"type": "module",
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_start",
"match_about_blank": true
}
],
"web_accessible_resources": [
{
"resources": [
"contentPage\/*",
"assets\/*",
"js\/inject.js"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
]
}