mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-13 10:47:19 +03:00
Rename manifest.json to manifest.webmanifest (#1399)
* Rename manifest.json to manifest.webmanifest browser consoles keep complaining that the manifest doesn't have the `.webmanifest` extension. * FIx manifest.webmanifest references Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
6b38acad49
commit
ba0ee6aba4
2
tests/fixtures/robots.txt
vendored
2
tests/fixtures/robots.txt
vendored
@ -1,4 +1,4 @@
|
||||
User-agent: bingbot
|
||||
Disallow: /manifest.json
|
||||
Disallow: /manifest.webmanifest
|
||||
|
||||
User-agent: *
|
||||
|
@ -16,10 +16,10 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
manifest.webmanifest provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
-->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.webmanifest" />
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
|
@ -1,4 +1,4 @@
|
||||
User-agent: bingbot
|
||||
Disallow: /manifest.json
|
||||
Disallow: /manifest.webmanifest
|
||||
|
||||
User-agent: *
|
||||
|
Loading…
x
Reference in New Issue
Block a user