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": "Audio & Screen Recorder Pro",
"version": "2.0",
"description": "Capture Crystal-Clear 4k Video (3840 X 2160) and Professional Studio Quality Audio for Tutorials, Presentations, & Video Editing.",
"permissions": [
"tabCapture",
"offscreen",
"downloads",
"storage"
],
"host_permissions": [
"https:\/\/filmfreebies.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/recorder.png",
"48": "icons\/recorder.png",
"128": "icons\/recorder.png"
}
},
"icons": {
"16": "icons\/recorder.png",
"48": "icons\/recorder.png",
"128": "icons\/recorder.png"
},
"web_accessible_resources": [
{
"resources": [
"popup.js",
"audio-processor.js"
],
"matches": [
"<all_urls>"
]
}
]
}