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",
"name": "Suku Wallet",
"description": "Suku Wallet: The easiest way to start using crypto",
"version": "3.0.21",
"manifest_version": 3,
"action": {
"default_popup": "src\/index.html"
},
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
},
"permissions": [
"activeTab",
"notifications",
"storage",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"src\/contentWorkers\/TwitterContentWorker.js",
"src\/contentWorkers\/WalletConnectWorker.js"
],
"css": [
"suku-wallet-extension.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*",
"chrome-extension:\/\/*\/*"
]
}
]
}