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": "Cinema8 - Screen Recording & Video Engagement",
"description": "Easily capture your screen and camera. Add calls to action to drive leads and sales, then share instantly with a link.",
"version": "1.0.8",
"manifest_version": 3,
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
}
},
"permissions": [
"tabs",
"activeTab",
"tabCapture",
"storage",
"desktopCapture",
"scripting",
"cookies",
"offscreen"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"vendor\/*",
"camera.html",
"options.html",
"permission.html",
"camera.js",
"getPermission.js",
"offscreen.html",
"offscreen.js",
"desktopRecord.html",
"desktopRecord.js",
"modules\/*",
"assets\/*",
"fonts\/*.woff",
"scripts.js",
"scripts.json"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"*:\/\/cinema8.com\/*",
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"externally_connectable": {
"matches": [
"https:\/\/cinema8.com\/*"
]
}
}