Releases: GoogleChromeLabs/pwacompat
Releases · GoogleChromeLabs/pwacompat
June 2018
- Simplifies the Windows PWA integration, only setting the active foreground/background titlebar color and ignoring all others.
June 2018
- Basic support for modifying Windows PWA titlebar
- Basic support for UC/QQ meta tags
June 2018
- Release just for NPM—updates
package.json
to point its main script to the compiled ES5-safe script.
May 2018
- Send credentials if required by
<link crossorigin="use-credentials" />
.
May 2018
- Removes build-time support and replaces with a drop-in only approach
- Focuses on Mobile Safari, adding generated splash screens and background colors on
apple-touch-icon
February 2017
- Generates
<link rel="icon" ... />
tags even for browsers that support the Web App Manifest natively.
July 2016
Initial release! Consumes an available manifest.json
file and creates meta/icon tags for its properties; also provides some enhancements for webapps installed on an iOS homescreen.