Pwacompat Versions Save

PWACompat to bring Web App Manifest to older browsers

2.0.17

3 years ago
  • Fixes an issue on iOS with a missing function.

v2.0.16

3 years ago
  • Uses the correct icons for "any" or "maskable" purposes (if no purpose is specified, "any" is assumed).
  • Fixes a release issue which included the global $jscomp var.

v2.0.15

3 years ago
  • Fixes an issue with iOS splash screen rotation.

v2.0.14

3 years ago
  • Fixed an issue with not allowing duplicate images, which resulted in no apple-touch-icon elements being added.

v2.0.12

4 years ago
  • Only adds elements to <head> if they don't already exist.
  • Tiny code optimization

v2.0.11

4 years ago
  • Supports customizing the font used for splash screen generation via the --pwacompat-splash-font CSS Variable. It must be available on the style of the <link rel="manifest" /> element.

v2.0.10

4 years ago
  • Speeds up splash screen generation
  • Prefers maskable icons for splash screen generation
  • Supports iOS 13+ on iPad (it was pretending to be a desktop browser)

v2.0.8

5 years ago
  • Uses XHR instead of fetch, and supports IE/Edge's Pinned Sites feature
  • Sets black-translucent for Mobile Safari when we detect viewport-fit=cover
  • Don't generate icons <=120px for iOS
  • Wraps text on generated iOS splash screens if the title is too large

v2.0.7

5 years ago
  • Includes minor fixes: use correct color for iOS status bar, and fix a CORS error for generating iOS splash screens

v2.0.6

5 years ago
  • Automatically adds theme-color from manifest, if not present.
  • Adds sanity checking around URL generation.