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": "Midcloud Browser - Sidebar Browser with Toolbar",
"version": "2.5.1",
"description": "A Chrome extension with a sidebar browser featuring a bottom toolbar with home, reload, address bar, and settings.",
"permissions": [
"sidePanel",
"storage",
"activeTab",
"contextMenus",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"<all_urls>",
"https:\/\/*.youtube.com\/*",
"https:\/\/youtube.com\/*",
"https:\/\/youtu.be\/*",
"https:\/\/*.facebook.com\/*",
"https:\/\/facebook.com\/*",
"https:\/\/*.fb.com\/*",
"https:\/\/fb.com\/*",
"https:\/\/*.messenger.com\/*",
"https:\/\/messenger.com\/*"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "Open Sidebar Browser"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"js": [
"content\/volume.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "headers",
"enabled": true,
"path": "rules.json"
}
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self' https:\/\/* http:\/\/*; img-src 'self' https: data:;"
}
}