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": "KryptoGO - Crypto & NFT Wallet Extension",
"description": "A non-custodial blockchain wallet to manage your crypto assets securely with the safest wallet experience.",
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png"
},
"version": "0.43.0",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiGoDgrBYuQatqd9ZcH2T23GzpyqgoDamEr5u0OdGgsPeozZzUraTla9XtFzVAT6XtH6H8GuvQKmC8nUS0V7URjjys\/sCCs5kH5S1Z0AqZ9Svgm6aMYbzbtp32z8SrDWJvM9SNMk8Yeg5Sjkfp2EJwl6GE8mK3U9g2HFjRK06i\/Pk0SlDIg9oRMhjC7R1D3UlMfWhqS+I5VzMOlly3hgKgQZXIkIwM38GmmogduBF7jjMHNx8lLUIMz+quN\/rZdp4x9QdhORp+qiKRzycsikh4EUkunAxAfCWxBROvVgeczA\/Cad7n\/C\/X2iRoE+e+blc9oSt8+trkbtKiSPBcjYpywIDAQAB",
"author": "https:\/\/kryptogo.com",
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_icon": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png"
},
"default_title": "KryptoGO",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+Shift+K",
"mac": "Alt+Shift+K",
"chromeos": "Alt+Shift+K",
"linux": "Alt+Shift+K"
}
}
},
"permissions": [
"storage",
"scripting",
"clipboardRead"
],
"host_permissions": [
"http:\/\/localhost:8545\/",
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "KryptoGO",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
},
"externally_connectable": {
"matches": [
"https:\/\/kryptogo.com\/*"
],
"ids": [
"*"
]
},
"minimum_chrome_version": "88"
}