Created
January 1, 2020 07:17
-
-
Save campuscodi/b63ea104e1cf17ef446dfa8e67651e5f to your computer and use it in GitHub Desktop.
Shitcoin wallet manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"update_url": "https://clients2.google.com/service/update2/crx", | |
"name": "Shitcoin Wallet", | |
"version": "1.5.2", | |
"description": "E-wallet is concentrated on the ERC-20 platform.", | |
"permissions": ["activeTab", "storage", "*://*.infura.io/*", "*://*.tokenbalance.com/*", "*://erc20wallet.tk/*"], | |
"content_security_policy": "script-src 'self' 'sha256-lMz1NqveNgzhCVSTDXZo8ufc/yD3TkT7DOemexGdrRo='; object-src 'self'", | |
"background": { | |
"scripts": ["jquery.js", "background.js"], | |
"persistent": false | |
}, | |
"browser_action": { | |
"name": "Shitcoin Wallet", | |
"default_popup": "index.html", | |
"default_icon": { | |
"16": "images/logo.png", | |
"32": "images/logo.png", | |
"48": "images/logo.png", | |
"128": "images/logo.png" | |
} | |
}, | |
"externally_connectable": { | |
"matches": ["*://*.myetherwallet.com/*", "*://*.binance.org/*", | |
"*://idex.market/*", "*://*.idex.market/*", "*://neotracker.io/*", | |
"*://*.neotracker.io/*", "*://*.switcheo.exchange/*", "*://switcheo.exchange/*", "*://adalite.io/*", "*://*.adalite.io/*"] | |
}, | |
"content_scripts": [ | |
{ | |
"js": [ | |
"inside.js" | |
], | |
"matches": ["*://*.myetherwallet.com/*", "*://*.binance.org/*", | |
"*://idex.market/*", "*://*.idex.market/*", "*://neotracker.io/*", | |
"*://*.neotracker.io/*", "*://*.switcheo.exchange/*", "*://switcheo.exchange/*", "*://adalite.io/*", "*://*.adalite.io/*", | |
"*://coinmarketcap.com/*", "*://*.techelex.org/*", | |
"*://*.cambridgeenglish.org/*", | |
"*://*.newspapers.com/*", | |
"*://*.entscale.com/*", | |
"*://*.whmcs.com/*", | |
"*://*.noip.com/*", | |
"*://*.booking.com/*", | |
"*://*.cloudflare.com/*", | |
"*://*.bbc.com/*", | |
"*://*.airbus.com/*", | |
"*://*.github.com/*", | |
"*://github.com/*", | |
"*://*.tokok.com/*", "*://*.coingecko.com/*", | |
"*://www.nytimes.com/*", | |
"*://*.huffpost.com/*", | |
"*://*.latimes.com/*", | |
"*://abcnews.go.com/*", | |
"*://*.bloomberg.com/*", | |
"*://*.dailymail.co.uk/*", | |
"*://*.thesun.co.uk/*", | |
"*://www.telegraph.co.uk/*", | |
"*://www.thestar.com/", | |
"*://www.news.com.au/", | |
"*://www.cnbc.com/world/?region=world", | |
"*://www.chron.com/", | |
"*://www.usnews.com/", | |
"*://timesofindia.indiatimes.com/", | |
"*://indianexpress.com/", | |
"*://www.cbsnews.com/", | |
"*://www.sfgate.com/", | |
"*://www.thedailybeast.com/", | |
"*://www.theatlantic.com/world/", | |
"*://www.herald.co.zw/", | |
"*://www.dailysun.co.za/", | |
"*://www.thestar.com.my/", | |
"*://www.bangkokpost.com/", | |
"*://www.thedailystar.net/", | |
"*://english.alarabiya.net/", | |
"*://www.scmp.com/", | |
"*://www.voanews.com/", | |
"*://www.aljazeera.com/", | |
"*://www.hollywoodreporter.com/", | |
"*://www.dawn.com/", | |
"*://www.japantimes.co.jp/", | |
"*://www.straitstimes.com/global", | |
"*://www.thejakartapost.com/", | |
"*://www.vanguardngr.com/", | |
"*://www.nzherald.co.nz/", | |
"*://www.newsweek.com/", | |
"*://thehill.com/", | |
"*://time.com/", | |
"*://www.hindustantimes.com/", | |
"*://www.thehindu.com/", | |
"*://www.dw.com/en/top-stories/s-9097", | |
"*://nypost.com/", | |
"*://global.chinadaily.com.cn/", | |
"*://www.forbes.com/#16950a692254", | |
"*://www.theglobeandmail.com/", | |
"*://www.bbc.com/", | |
"*://www.mirror.co.uk/", | |
"*://www.theguardian.com/international", | |
"*://www.nbcnews.com/", | |
"*://www.usatoday.com/", | |
"*://www.reuters.com/", | |
"*://www.washingtonpost.com/", | |
"*://www.wsj.com/" | |
] | |
} | |
], | |
"icons": { | |
"16": "images/logo.png", | |
"32": "images/logo.png", | |
"48": "images/logo.png", | |
"128": "images/logo.png" | |
}, | |
"manifest_version": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment