Behzod Saidov
fcb4f98c4e
Updated the URL in index.html ( #5327 )
...
It seems correct URL is https://developers.google.com/web/fundamentals/web-app-manifest/
Current URL (https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ ) is redirecting to there.
2018-10-05 19:58:55 -04:00
John Freeman
b98d5c9f33
Move favicon.ico <link> to accommodate Chrome ( #4891 )
...
Chrome requests `favicon.ico` on every route change, but stops if the `<link>` for it occurs early enough in the page. [Several](https://stackoverflow.com/questions/35409588/favicon-requested-on-every-route-change ) other [people](https://github.com/ctrlplusb/react-universally/issues/145 ) have been running into this issue since at least February 2016.
2018-09-21 12:37:45 -04:00
Rami
3c79497eb0
Change the default start_url to . ( #3346 )
2018-01-15 00:06:24 -05:00
Piotr
1740c3fe61
Update favicon description ( #3374 )
2017-10-31 10:25:11 +00:00
Ryan Sullivan
8c7b6e766e
Fix favicon sizes value in manifest ( #3287 )
...
Fixes #3284 .
2017-10-28 21:39:26 +01:00
Petr Huřťák
c00358376b
More spec compliant HTML template ( #2914 )
...
Changed
`<!doctype html>`
to
`<!DOCTYPE html>`
According to the spec it should be uppercase (but parsing is case insensitive)
2017-09-28 23:03:27 -04:00
Sylvain Baronnet
2cbb76018a
Default Favicon lossless optimisation ( #2917 )
2017-08-27 20:17:21 -06:00
Ade Viankakrisna Fadlil
c749de7f34
add noscript to template's index.html ( #2224 )
...
* add noscript to template's index.html
* Tweak message
2017-05-19 17:55:39 +01:00
Jeffrey Posnick
c7c3a521e2
PWA-ification, via SWPrecacheWebpackPlugin + manifest.json ( #1728 )
...
* sw-precache-webpack-plugin, SW registration, manifest.json
* Documentation + a few SW tweaks.
* Added an unregister method, too, just in case.
* More info for the READMEs.
* Add minify to SWPrecacheWebpackPlugin config
* Fix SWPrecacheWebpackPlugin typo
* Fix file references in READMEmd
* Add instructions for testing service-worker locally
* Review feedback
* Some additional PWA metadata
* Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support
* Review feedback.
* Add manifest.json context in a comment.
* Fix typo
* Downgrade to sw-precache-webpack-plugin 0.9.1
* Hide changes in README until 1.0
* Hide changes in User Guide until 1.0
* Hide more docs
2017-05-17 19:28:27 +01:00
Tom Canac
c83ee7a302
Suggest Yarn in HTML template ( #1911 )
...
* Fix npm to yarn
* yarn & npm
* Update index.html
* Switch ordering of suggestion
We should suggest NPM first for new users.
2017-04-05 13:28:32 -04:00
Jonathan
2ac3f99b69
Fix responsive behavior in iOS 9+ ( #1821 )
...
* Adding shrink-to-fit=no for proper responsive handling on Safari 9+
2017-03-22 13:49:25 -04:00
Sam Pastoriza
11c9bdc631
Spell check ( #845 )
2016-10-04 22:54:35 +01:00
Dan Abramov
bc6392afaf
Add support for public/ folder ( #703 )
2016-09-22 21:25:34 +01:00