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": "Wombat - Gaming Wallet for Ethereum & EOS",
"description": "Blockchain within seconds for gamers - and everyone else",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_popup": "popup.html#\/",
"default_title": "Wombat Wallet",
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.bundle.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.bundle.js"
},
"options_ui": {
"page": "\/options.html",
"open_in_tab": true
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"permissions": [
"tabs",
"storage",
"clipboardWrite",
"notifications",
"identity",
"offscreen"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/*",
"https:\/\/content.dropboxapi.com\/*",
"https:\/\/api.getwombat.io\/*"
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"dropbox.html"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"injected.bundle.js"
],
"matches": [
"<all_urls>"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnTtuU0GVikdbCAX1SwXuyZKhUcX4jb2XCnYIn05sgLp82IyrwvBDl1RbWGOZCFB0qPpZPPciULHfsXCY1QOSzDr1lnQ\/Ait9lZ161EpH6vcehZMOEjmyS5c9kXrJWoGhxBmW0nM\/ak4qmRahcAWHUsy3oIVITUDtLCTBph78fTWnsgJsNx\/lVbglkRvtNzzCr1HP0co2Ex5MCGTbsPA1oAJaZQt4o6SMbZ9LygS+wQMgoZoaMGwd+FZRlBKQAADHFb3Or4PibhI3p1L6zC9qi71plrmPfSjQ3mMellgjCUfrwnKUZaZwtNZgtLugA02bxM2kdW+beYCKkzV2GF6vNQIDAQAB",
"version": "10.7.6"
}