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",
"short_name": "tastycrypto",
"name": "tastycrypto",
"description": "A crypto wallet for Ethereum, Bitcoin, and NFTs.",
"version": "4.0.0",
"manifest_version": 3,
"background": {
"type": "module",
"service_worker": "assets\/background\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"permissions": [
"storage",
"offscreen",
"webRequest",
"clipboardRead"
],
"host_permissions": [
"https:\/\/iggwprod.tastycrypto.com\/*",
"https:\/\/tastycrypto.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "static\/assets\/tc_32.png",
"48": "static\/assets\/tc_48.png",
"128": "static\/assets\/tc_128.png"
}
},
"icons": {
"32": "static\/assets\/tc_32.png",
"48": "static\/assets\/tc_48.png",
"128": "static\/assets\/tc_128.png"
}
}