Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "8.1.0",
"default_locale": "en",
"short_name": "Screen Recorder",
"name": "__MSG_appTitle__",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"react-app-holder.js"
],
"css": [
"InterFontFamily.css"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"InterFontFamily.css"
]
}
],
"icons": {
"16": "img\/ICON.png",
"48": "img\/ICON.png",
"128": "img\/ICON.png"
},
"action": {
"default_title": "__MSG_defaultTitle__",
"chrome_url_overrides": {
"newtab": "index.html"
}
},
"permissions": [
"tabs",
"contentSettings",
"storage",
"downloads",
"scripting",
"contextMenus"
],
"optional_permissions": [
"desktopCapture",
"webNavigation",
"webRequest"
],
"web_accessible_resources": [
{
"resources": [
"options.html",
"options.js",
"Images\/*",
"img\/*",
"interceptor.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"host_permissions": [
"<all_urls>"
]
}