blockchainethereumblockchain-walleterc20erc721walletxdaidappdecentralizederc1155erc875iosswifttokens
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
938 B
35 lines
938 B
{
|
|
"manifest_version": 2,
|
|
"default_locale": "en",
|
|
|
|
"name": "__MSG_extension_name__",
|
|
"description": "__MSG_extension_description__",
|
|
"version": "1.0",
|
|
|
|
"icons": {
|
|
"48": "images/icon-48.png",
|
|
"96": "images/icon-96.png",
|
|
"128": "images/icon-128.png",
|
|
"256": "images/icon-256.png",
|
|
"512": "images/icon-512.png"
|
|
},
|
|
|
|
"content_scripts": [{
|
|
"js": [ "config.js", "BrowserStorageSubscription.js", "helpers.js", "content.js"],
|
|
"matches": ["<all_urls>"]
|
|
}],
|
|
|
|
"browser_action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "AlphaWallet",
|
|
"default_icon": {
|
|
"16": "images/toolbar-icon-16.png",
|
|
"19": "images/toolbar-icon-19.png",
|
|
"32": "images/toolbar-icon-32.png",
|
|
"38": "images/toolbar-icon-38.png"
|
|
}
|
|
},
|
|
|
|
"default_locale": "en",
|
|
"permissions": ["storage"]
|
|
}
|
|
|