Skip to content

Commit

Permalink
remove app install banner from android devices
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed May 10, 2024
1 parent 934b85d commit 4027a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/client/package.json
Expand Up @@ -40,7 +40,7 @@
"nconf": "^0.12.1",
"sass": "^1.63.4",
"sass-loader": "^14.1.1",
"smartbanner.js": "^1.19.3",
"smartbanner.js": "^1.24.1",
"stopword": "^2.0.8",
"uuid": "^9.0.1",
"validator": "^13.9.0",
Expand Down
5 changes: 1 addition & 4 deletions website/client/public/index.html
Expand Up @@ -11,13 +11,10 @@
<meta name="smartbanner:author" content="HabitRPG, Inc.">
<meta name="smartbanner:price" content="FREE">
<meta name="smartbanner:price-suffix-apple" content=" - On the App Store">
<meta name="smartbanner:price-suffix-google" content=" - In Google Play">
<meta name="smartbanner:icon-apple" content="/static/presskit/Logo/iOS.png">
<meta name="smartbanner:icon-google" content="/static/presskit/Logo/Android.png">
<meta name="smartbanner:button" content="VIEW">
<meta name="smartbanner:button-url-apple" content="https://itunes.apple.com/us/app/habitica-gamified-taskmanager/id994882113">
<meta name="smartbanner:button-url-google" content="https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica">
<meta name="smartbanner:enabled-platforms" content="android,ios">
<meta name="smartbanner:enabled-platforms" content="ios">
<meta name="smartbanner:hide-ttl" content="2592000000">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i|Roboto:400,400i,700,700i" rel="stylesheet">
<link rel="shortcut icon" sizes="48x48" href="/static/icons/favicon.ico">
Expand Down

0 comments on commit 4027a50

Please sign in to comment.