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",
"version": "1.0.0",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"*:\/\/aivideoprompts.extensionsbox.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.js"
],
"css": [
"style.css",
"libs\/fontawesome-6.2.0\/css\/fonts.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAshypag+eoKqJQKMdBVZuuaNz6sceLnMIbpb17EPG+DOyBr8ZvUBvQM+s+fNAh1ZqSijNGX+CVdQeTh5y8wf4p8H1jJEj6bPzvvtcWLoHNF12X\/3L38me+Q5dS3pyZfzsfUXnvact\/XA7m4f18fahrHo8XeWcAnyT\/Eu3R5L2j6YcZQaaUSA7cdEYRY0ImmWrX7FRcKl3BpCN94qep9jPILU3ZYmaED+dubQePrCRLxRBmYqgFqQFyexPG17vu3RkxGWlg383fnhbJtTaqGV4hNe1FMdM7Zn812sY4P1++WcEGXRBUpCdQh97iJKod79dnrXEYb3LPBpxZ+Dd66uPbQIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*\/**",
"injected.js",
"tailwindStyles.css"
],
"matches": [
"<all_urls>"
]
}
]
}