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": "2.4.0",
"default_locale": "en",
"permissions": [
"sidePanel",
"storage",
"scripting"
],
"optional_permissions": [
"tabs"
],
"optional_host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/* http:\/\/*;"
},
"background": {
"service_worker": "serviceworker.js"
},
"name": "__MSG_ext_title__",
"description": "__MSG_ext_desc__",
"action": {
"default_title": "Open DeepSider",
"default_icon": {
"48": "extIcons\/action_48.png"
}
},
"icons": {
"16": "extIcons\/icon_16.png",
"32": "extIcons\/icon_32.png",
"48": "extIcons\/icon_48.png",
"128": "extIcons\/icon_128.png"
},
"externally_connectable": {
"matches": [
"https:\/\/*.deepsider.ai\/*",
"https:\/\/*.deepsider.net\/*",
"https:\/\/*.deepsider.me\/*",
"https:\/\/*.deepsider.pro\/*",
"https:\/\/*.deepsider.app\/*",
"https:\/\/*.deepsider.online\/*",
"http:\/\/localhost:8080\/*"
]
},
"side_panel": {
"default_path": "sidePanel.html"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*"
]
}
]
}