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": "Recordio - Smart Screen Recorder",
"version": "1.0.2",
"description": "Create professional screen recordings with automatic zoom, spotlight, captions and more.",
"permissions": [
"tabCapture",
"offscreen",
"storage",
"activeTab",
"scripting",
"desktopCapture",
"tabs",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "src\/popup\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/content.ts-loader-DymEg6WH.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:3001\/*",
"https:\/\/app.recordio.cc\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; connect-src 'self' https:\/\/*.ingest.sentry.io https:\/\/*.ingest.us.sentry.io https:\/\/*.supabase.co; object-src 'self'"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"icons\/*.png"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/messageTypes-CDYyw7Nc.js",
"assets\/events-E0PBC2A4.js",
"assets\/content.ts-BwJcjz9O.js"
],
"use_dynamic_url": false
}
]
}