Skip to content

Commit

Permalink
manifest scope updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Aug 30, 2019
1 parent cc75eaa commit 0dbb602
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
26 changes: 4 additions & 22 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#e91e63" />
<meta name="description" content="Listen and download unlimited songs for free without any ads only on Ylight music">
<meta
name="description"
content="Listen and download unlimited songs for free without any ads only on Ylight music"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
Ylight Music - Listen to unlimited songs for free without any ads
</title>
Expand All @@ -26,17 +21,4 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<!-- <script type="text/javascript">
WebFontConfig = {
google: { families: ["Roboto:300,400,500"] }
};
(function() {
var wf = document.createElement("script");
wf.src = "https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js";
wf.type = "text/javascript";
wf.async = "true";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(wf, s);
})();
</script> -->
</html>
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"background_color": "#FFF",
"display": "standalone",
"orientation": "portrait",
"Scope": "/",
"Scope": "https://ylight.xyz/",
"start_url": "/",
"icons": [
{
Expand Down Expand Up @@ -50,4 +50,4 @@
}
],
"splash_pages": null
}
}

0 comments on commit 0dbb602

Please sign in to comment.