Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sibisiddharth8 committed Dec 30, 2024
1 parent c4cb6b6 commit 57337ac
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 19 deletions.
Binary file added SpotGPT_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions assets/index-DuDBXlEm.js → assets/index-BO0Ca64N.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions assets/manifest-CLNpZf4Q.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "SpotGPT",
"short_name": "SpotGPT",
"start_url": "/SpotGPT-frontend/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#000000",
"id": "SpotGPT",
"lang": "en-US",
"description": "SpotGPT is a free and open-source web app that allows you to listen to sibi's Playlist on Spotify without ads.",
"icons": [
{
"src": "./SpotGPT_logo.png",
"sizes": "50x50",
"type": "image/png"
}
]
}
23 changes: 12 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,23 @@
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "pjxi9qx6sr");
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X8ERQBY8CF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
</script>

gtag('config', 'G-X8ERQBY8CF');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X8ERQBY8CF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X8ERQBY8CF');
</script>

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/SpotGPT-frontend/vite.svg" />
<link rel="manifest" href="/SpotGPT-frontend/assets/manifest-CLNpZf4Q.json" />
<link rel="icon" type="image/png" href="/SpotGPT-frontend/SpotGPT_logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SpotGPT</title>
<script type="module" crossorigin src="/SpotGPT-frontend/assets/index-DuDBXlEm.js"></script>
<script type="module" crossorigin src="/SpotGPT-frontend/assets/index-BO0Ca64N.js"></script>
<link rel="stylesheet" crossorigin href="/SpotGPT-frontend/assets/index-QvPAivLE.css">
</head>

Expand Down
19 changes: 19 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "SpotGPT",
"short_name": "SpotGPT",
"start_url": "/SpotGPT-frontend/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#000000",
"id": "SpotGPT",
"lang": "en-US",
"description": "SpotGPT is a free and open-source web app that allows you to listen to sibi's Playlist on Spotify without ads.",
"icons": [
{
"src": "./SpotGPT_logo.png",
"sizes": "50x50",
"type": "image/png"
}
]
}

0 comments on commit 57337ac

Please sign in to comment.