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": "Ubcloud Browser Sync",
"version": "3.0.1.0",
"version_name": "3.0.1",
"description": "Ubcloud Notification Extension",
"homepage_url": "https:\/\/www.ubcloud.es",
"icons": {
"128": "img\/branding\/icon-128.png"
},
"action": {
"default_icon": {
"128": "img\/branding\/icon-128.png"
}
},
"options_page": "settings\/settings.html",
"content_scripts": [
{
"js": [
"assets\/contentScript.js-loader-RZQ3wC4m.js"
],
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"all_frames": true,
"type": "module"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage",
"notifications",
"contextMenus"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "58.0"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/contentScript.js-g4gVqYOM.js"
],
"use_dynamic_url": false
}
]
}