Fixed external click for ads
This commit is contained in:
parent
f86cde7c7c
commit
c0f6d2eeec
4 changed files with 38 additions and 23 deletions
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"packageName": "bitcoin.com",
|
||||
"packageDescription": "Bitcoin.com Wallet",
|
||||
"packageNameId": "com.bitpay.copay",
|
||||
"userVisibleName": "Bitcoin.com Wallet",
|
||||
"packageDescription": "Bitcoin.com",
|
||||
"packageNameId": "com.bitcoin.wallet",
|
||||
"userVisibleName": "Bitcoin.com",
|
||||
"purposeLine": "Bitcoin.com Wallet",
|
||||
"bundleName": "copay",
|
||||
"bundleName": "bitcoincom",
|
||||
"appUri": "bitcoincom",
|
||||
"name": "copay",
|
||||
"nameNoSpace": "copay",
|
||||
"nameCase": "Copay",
|
||||
"nameCaseNoSpace": "Copay",
|
||||
"gitHubRepoName": "copay",
|
||||
"gitHubRepoUrl": "git://github.com/bitpay/copay.git",
|
||||
"gitHubRepoBugs": "https://github.com/bitpay/copay/issues",
|
||||
"disclaimerUrl": "https://copay.io/disclaimer",
|
||||
"url": "https://copay.io",
|
||||
"appDescription": "Copay Bitcoin Wallet",
|
||||
"winAppName": "CopayWallet",
|
||||
"name": "Bitcoin.com",
|
||||
"nameNoSpace": "bitcoin.com",
|
||||
"nameCase": "Bitcoin.com",
|
||||
"nameCaseNoSpace": "Bitcoin.com",
|
||||
"gitHubRepoName": "wallet",
|
||||
"gitHubRepoUrl": "git://github.com/Bitcoin-com/Wallet.git",
|
||||
"gitHubRepoBugs": "https://github.com/Bitcoin-com/Wallet/issues",
|
||||
"disclaimerUrl": "https://www.bitcoin.com/wallet-disclaimer",
|
||||
"url": "https://wallet.bitcoin.com",
|
||||
"appDescription": "Bitcoin.com Wallet",
|
||||
"winAppName": "BitcoinWallet",
|
||||
"wpPublisherId": "{31cdd08b-457c-413d-b440-f6665eec847d}",
|
||||
"wpProductId": "{5381aa50-9069-11e4-84cc-293caf9cbdc8}",
|
||||
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
|
||||
|
|
@ -29,6 +29,6 @@
|
|||
"coinbase": false,
|
||||
"glidera": false,
|
||||
"amazon": false,
|
||||
"bitcoincom": true,
|
||||
"bitcoincom": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="com.bitpay.*BUNDLENAME*"
|
||||
<widget id="com.bitcoin.wallet"
|
||||
version="*VERSION*"
|
||||
android-versionCode="*ANDROIDVERSION*"
|
||||
ios-CFBundleVersion="*VERSION*">
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
<description>
|
||||
*PURPOSELINE*
|
||||
</description>
|
||||
<author email="support@bitpay.com" href="*URL*">
|
||||
BitPay Inc.
|
||||
<author email="support@bitcoin.com" href="*URL*">
|
||||
Saint Bitts LLC.
|
||||
</author>
|
||||
<content src="index.html" />
|
||||
<access origin="*" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue