summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorKamran Ahmed <kaahmed@altayer.com>2019-06-21 22:52:51 +0400
committerKamran Ahmed <kaahmed@altayer.com>2019-06-21 22:52:51 +0400
commit8167db5969275306d2c32df851c1c39be5d16cb1 (patch)
tree30f9c3fd77daa217d12bb8097de347561ce9bd46 /public
parentUpdate chrome extension build (diff)
downloadgithunt-8167db5969275306d2c32df851c1c39be5d16cb1.tar.gz
Remove service worker
Diffstat (limited to 'public')
-rw-r--r--public/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/public/index.html b/public/index.html
index afec8e4..91a551e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
- <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/img/favicon.ico">
<title>GitHunt – Trending Github Repositories</title>
</head>
@@ -13,15 +12,5 @@
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
-
-<!-- Global site tag (gtag.js) - Google Analytics -->
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-58155965-3"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-58155965-3');
-</script>
</body>
</html>