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",
"name": "__MSG_extName__",
"manifest_version": 3,
"version": "3.5.9",
"default_locale": "en",
"description": "__MSG_extDescription__",
"content_scripts": [
{
"js": [
"assets\/content.js-loader-D40fipFB.js"
],
"matches": [
"https:\/\/www.imgkits.com\/ai-video-generator\/text-to-video*",
"https:\/\/www.imgkits.com\/ai-video-generator\/image-to-video*"
],
"run_at": "document_end"
}
],
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": {
"16": "src\/public\/images\/16px.png",
"48": "src\/public\/images\/48px.png",
"128": "src\/public\/images\/128px.png"
}
},
"icons": {
"16": "src\/public\/images\/16px.png",
"48": "src\/public\/images\/48px.png",
"128": "src\/public\/images\/128px.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.imgkits.com\/*",
"https:\/\/www.imgkits.com\/*"
],
"resources": [
"assets\/content.js-GoeHFkPC.js"
],
"use_dynamic_url": false
}
]
}