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": "__MSG_appName__",
"version": "1.7.8",
"default_locale": "en",
"description": "__MSG_appDescription__",
"icons": {
"16": "\/images\/logo\/[email protected]",
"32": "\/images\/logo\/[email protected]",
"48": "\/images\/logo\/[email protected]",
"128": "\/images\/logo\/[email protected]"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/images\/logo\/[email protected]",
"32": "\/images\/logo\/[email protected]",
"48": "\/images\/logo\/[email protected]",
"128": "\/images\/logo\/[email protected]"
},
"default_title": "__MSG_appName__"
},
"author": "https:\/\/unisat.io",
"background": {
"service_worker": "background.js"
},
"homepage_url": "https:\/\/unisat.io",
"permissions": [
"storage",
"unlimitedStorage",
"activeTab",
"declarativeNetRequest",
"sidePanel"
],
"host_permissions": [
"<all_urls>"
],
"short_name": "__MSG_appName__",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"pageProvider.js",
"index.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"externally_connectable": {
"matches": [
"https:\/\/unisat.io\/*"
],
"ids": [
"*"
]
},
"minimum_chrome_version": "88"
}