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": "TopNod",
"description": "Topnod Wallet Extension",
"version": "0.2.1",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"oauth2": {
"client_id": "1092875733333-fmd88qq8ukbph1dnqre9jg5b5hd17l13.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"permissions": [
"storage",
"sidePanel",
"contextMenus",
"identity",
"tabs",
"cookies",
"alarms"
],
"host_permissions": [
"https:\/\/*.aliyuncs.com\/*",
"https:\/\/wallet.unchartedw3s.com\/*",
"https:\/\/pre-api.topnod.com\/*",
"https:\/\/api.topnod.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"inpage.js",
"waf\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Topnod Wallet",
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"content-scripts\/content.js"
]
}
]
}